home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / php / news.txt < prev    next >
Encoding:
Text File  |  2006-08-23  |  90.0 KB  |  1,644 lines

  1. PHP                                                                        NEWS
  2. |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  3. 24 Aug 2006, PHP 5.1.6
  4. - Fixed memory_limit on 64bit systems. (Stefan E.)
  5. - Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32).
  6.   (Dmitry)
  7.  
  8. 17 Aug 2006, PHP 5.1.5
  9. - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
  10. - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
  11.   enabled. (Stefan E., Ilia)
  12. - Fixed bug #38322 (reading past array in sscanf() leads to arbitrary code
  13.   execution). (Tony)
  14. - Fixed bug #38125 (undefined reference to spl_dual_it_free_storage). (Marcus)
  15. - Fixed bug #38112 (corrupted gif segfaults) (Pierre)
  16. - Fixed bug #37587 (var without attribute causes segfault). (Marcus)
  17. - Fixed bug #37576 (FastCGI env (cgi vars) table overflow). (Piotr)
  18. - Fixed bug #37496 (FastCGI output buffer overrun). (Piotr, Dmitry)
  19. - Fixed bug #37487 (oci_fetch_array() array-type should always default to
  20.   OCI_BOTH). (Tony)
  21. - Fixed bug #37416 (iterator_to_array() hides exceptions thrown in rewind() 
  22.   method). (Tony) 
  23. - Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of 
  24.   request). (Tony)
  25. - Fixed bug #37341 ($_SERVER in included file is shortened to two entries,
  26.   if $_ENV gets used). (Dmitry)
  27. - Fixed bug #37313 (sigemptyset() used without including <signal.h>).
  28.   (jdolecek)
  29. - Fixed bug #37346 (invalid colormap format) (Pierre)
  30. - Fixed bug #37360 (invalid gif size) (Pierre)
  31. - Fixed bug #37306 (max_execution_time = max_input_time). (Dmitry)
  32. - Fixed Bug #37278 (SOAP not respecting uri in __soapCall). (Dmitry)
  33. - Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
  34.   imap_body()). (Ilia)
  35. - Fixed bug #37256 (php-fastcgi dosen't handle connection abort). (Dmitry)
  36.  
  37. 04 May 2006, PHP 5.1.4
  38. - Added "capture_peer_cert" and "capture_peer_cert_chain" context options
  39.   for SSL streams. (Wez).
  40. - Added PDO::PARAM_EVT_* family of constants. (Sara)
  41. - Fixed possible crash in highlight_string(). (Dmitry)
  42. - Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll). (Dmitry)
  43. - Fixed bug #37277 (cloning Dom Documents or Nodes does not work). (Rob)
  44. - Fixed bug #37276 (problems with $_POST array). (Dmitry)
  45. - Fixed bug #36632 (bad error reporting for pdo_odbc exec UPDATE). (Wez).
  46. - Fixed bug #35552 (crash when pdo_odbc prepare fails). (Wez).
  47.  
  48. 28 Apr 2006, PHP 5.1.3
  49. - Updated bundled PCRE library to version 6.6. (Andrei)
  50. - Moved extensions to PECL:
  51.   . ext/msession (Derick)
  52. - Reimplemented FastCGI interface. (Dmitry)
  53. - Improved SPL: (Marcus)
  54.   - Fixed issues with not/double calling of constructors of SPL iterators.
  55.   - Fixed issues with info-class/file-class in SPL directory handling classes.
  56.   - Fixed ArrayIterator::seek().
  57.   - Added SimpleXMLIterator::count().
  58.   - Dropped erroneous RecursiveDirectoryIterator::getSubPathInfo().
  59. - Improved SimpleXML: (Marcus, Rob)
  60.   . Added SimpleXMLElement::getName() to retrieve name of element.
  61.   . Added ability to create elements on the fly.
  62.   . Added addChild() method for element creation supporting namespaces.
  63.   . Added addAttribute() method for attribute creation supporting namespaces.
  64.   . Added ability to delete specific elements and attributes by offset.
  65. - Improved Reflection API: (Marcus)
  66.   . Added ReflectionClass::newInstanceArgs($args).
  67.   . Added ability to analyze extension dependency.
  68.   . Added ReflectionFunction::isDeprecated() and constant IS_DEPRECATED.
  69.   . Added ReflectionParameter::getDeclaringClass().
  70.   . Changed reflection constants to be prefixed with IS_. (Johannes)
  71. - Improved cURL extension: (Ilia)
  72.   . Added curl_setopt_array() function that allows setting of multiple 
  73.     options via an associated array.
  74.   . Added the ability to retrieve the request message sent to the server.
  75. - Improved GD extension: (Pierre)
  76.   . Added a weak/tolerant mode to the JPEG loader.
  77.   . Added filtering mode option to imagepng() to allow reducing file size.
  78.   . Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE 
  79.     on error.
  80. - Changed get_headers() to retrieve headers also from non-200 responses.
  81.   (Ilia)
  82. - Changed get_headers() to use the default context. (Ilia)
  83. - Added lchown() and lchgrp() to change user/group ownership of symlinks.
  84.   (Derick)
  85. - Added support for exif date format in strtotime(). (Derick)
  86. - Added a check for special characters in the session name. (Ilia)
  87. - Added "consumed" stream filter. (Marcus)
  88. - Added new mysqli constants for BIT and NEW_DECIMAL field types: 
  89.   MYSQLI_TYPE_NEWDECIMAL and MYSQLI_TYPE_BIT. FR #36007. (Georg)
  90. - Added imap_savebody() that allows message body to be written to a 
  91.   file. (Mike)
  92. - Added overflow checks to wordwrap() function. (Ilia)
  93. - Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 
  94.   (also fixes bug #36764). (Tony)
  95. - Eliminated run-time constant fetching for TRUE, FALSE and NULL. (Dmitry) 
  96. - Removed the E_STRICT deprecation notice from "var". (Ilia)
  97. - Fixed reading stream filters never notified about EOF. (Mike)
  98. - Fixed tempnam() 2nd parameter to be checked against path components. (Ilia)
  99. - Fixed a bug that would not fill in the fifth argument to preg_replace() 
  100.   properly, if the variable was not declared previously. (Andrei)
  101. - Fixed safe_mode check for source argument of the copy() function. (Ilia)
  102. - Fixed mysqli bigint conversion under Windows (Georg)
  103. - Fixed XSS inside phpinfo() with long inputs. (Ilia)
  104. - Fixed Apache2 SAPIs header handler modifying header strings. (Mike)
  105. - Fixed 'auto_globals_jit' to work together with 'register_argc_argv'. (Dmitry)
  106. - Fixed offset/length parameter validation in substr_compare() function. (Ilia)
  107. - Fixed debug_zval_dump() to support private and protected members. (Dmitry)
  108. - Fixed SoapFault::getMessage(). (Dmitry)
  109. - Fixed issue with iconv_mime_decode where the "encoding" would only allow 
  110.   upper case specifiers. (Derick)
  111. - Fixed tiger hash algorithm generating wrong results on big endian platforms.
  112.   (Mike)
  113. - Fixed crash with DOMImplementation::createDocumentType("name:"). (Mike)
  114. - Fixed bug #37205 (Serving binary content/images fails with "comm with server 
  115.   aborted" FastCGI err). (Dmitry)
  116. - Fixed bug #37192 (cc may complain about non-constant initializers in 
  117.   hash_adler.c). (Mike)
  118. - Fixed bug #37191 (chmod takes off sticky bit when safe_mode is On). (Tony)    
  119. - Fixed bug #37167 (PDO segfaults when throwing exception from the 
  120.   fetch handler). (Tony)
  121. - Fixed bug #37162 (wddx does not build as a shared extension).
  122.   (jdolecek at NetBSD dot org, Ilia)
  123. - Fixed bug #37158 (fread behavior changes after calling 
  124.   stream_wrapper_register). (Wez)
  125. - Fixed bug #37138 (__autoload tries to load callback'ed self and parent). 
  126.   (Dmitry)
  127. - Fixed bug #37103 (libmbfl headers not installed). (Jani) 
  128. - Fixed bug #37062 (compile failure on ARM architecture). (Tony)
  129. - Fixed bug #37061 (curl_exec() doesn't zero-terminate binary strings). (Tony)
  130. - Fixed bug #37060 (Type of retval of Countable::count() is not checked).  
  131.   (Johannes)
  132. - Fixed bug #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW 
  133.   fields). (Tony)
  134. - Fixed bug #37057 (xmlrpc_decode() may produce arrays with numeric strings, 
  135.   which are unaccessible). (Tony)
  136. - Fixed bug #37055 (incorrect reference counting for persistent OCI8 
  137.   connections). (Tony)
  138. - Fixed bug #37054 (SoapClient Error Fetching http headers). (Dmitry)
  139. - Fixed bug #37053 (html_errors with internal classes produces wrong links).
  140.   (Tony)
  141. - Fixed bug #37046 (foreach breaks static scope). (Dmitry)
  142. - Fixed bug #37045 (Fixed check for special chars for http redirects). (Ilia)
  143. - Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones 
  144.   identifiers). (Derick)
  145. - Fixed bug #37002 (Have to quote literals in INI when concatenating with 
  146.   vars). (Dmitry)z
  147. - Fixed bug #36988 (mktime freezes on long numbers). (Derick)
  148. - Fixed bug #36981 (SplFileObject->fgets() ignores max_length). (Tony)
  149. - Fixed bug #36957 (serialize() does not handle recursion). (Ilia)
  150. - Fixed bug #36944 (strncmp & strncasecmp do not return false on negative 
  151.   string length). (Tony)
  152. - Fixed bug #36941 (ArrayIterator does not clone itself). (Marcus)
  153. - Fixed bug #36934 (OCILob->read() doesn't move internal pointer when 
  154.   reading 0's). (Tony)
  155. - Fixed bug #36908 (wsdl default value overrides value in soap request). 
  156.   (Dmitry)
  157. - Fixed bug #36898 (__set() leaks in classes extending internal ones).
  158.   (Tony, Dmitry)
  159. - Fixed bug #36886 (User filters can leak buckets in some situations). (Ilia)
  160. - Fixed bug #36878 (error messages are printed even though an exception has 
  161.   been thrown). (Tony)
  162. - Fixed bug #36875 (is_*() functions do not account for open_basedir). (Ilia)
  163. - Fixed bug #36872 (session_destroy() fails after call to 
  164.   session_regenerate_id(true)). (Ilia)
  165. - Fixed bug #36869 (memory leak in output buffering when using chunked 
  166.   output). (Tony)
  167. - Fixed bug #36859 (DOMElement crashes when calling __construct when 
  168.   cloning). (Tony)
  169. - Fixed bug #36857 (Added support for partial content fetching to the 
  170.   HTTP streams wrapper). (Ilia)
  171. - Fixed bug #36851 (Documentation and code discrepancies for NULL 
  172.   data in oci_fetch_*() functions). (Tony)
  173. - Fixed bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause 
  174.   segfault). (Tony)
  175. - Fixed bug #36820 (Privileged connection with an Oracle password file 
  176.   fails). (Tony)
  177. - Fixed bug #36809 (__FILE__ behavior changed). (Dmitry)
  178. - Fixed bug #36808 (syslog ident becomes garbage between requests). (Tony)
  179. - Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection).
  180.   (Ilia)
  181. - Fixed bug #36756 (DOMDocument::removeChild corrupts node). (Rob)
  182. - Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy).
  183.   (Dmitry)
  184. - Fixed bug #36745 (No error message when load data local file isn't found).
  185.   (Georg)
  186. - Fixed bug #36743 (In a class extending XMLReader array properties are not 
  187.   writable). (Tony)
  188. - Fixed bug #36727 (segfault in pdo_pgsql bindValue() when no parameters are 
  189.   defined). (Tony)
  190. - Fixed bug #36721 (The SoapServer is not able to send a header that it didn't 
  191.   receive). (Dmitry)
  192. - Fixed bug #36697 (Transparency is lost when using imagecreatetruecolor).
  193.   (Pierre)
  194. - Fixed bug #36689 (Removed arbitrary limit on the length of syslog messages).
  195.   (Ilia)
  196. - Fixed bug #36656 (http_build_query generates invalid URIs due to use of 
  197.   square brackets). (Mike)
  198. - Fixed bug #36638 (strtotime() returns false when 2nd argument < 1). (Derick)
  199. - Fixed bug #36629 (SoapServer::handle() exits on SOAP faults). (Dmitry)
  200. - Fixed bug #36625 (pg_trace() does not work). (iakio at mono-space dot net)
  201. - Fixed bug #36614 (Segfault when using Soap). (Dmitry)
  202. - Fixed bug #36611 (assignment to SimpleXML object attribute changes argument 
  203.   type to string). (Tony)
  204. - Fixed bug #36606 (pg_query_params() changes arguments type to string). (Tony)
  205. - Fixed bug #36599 (DATE_W3C format constant incorrect). (Derick)
  206. - Fixed bug #36575 (SOAP: Incorrect complex type instantiation with 
  207.   hierarchies). (Dmitry)
  208. - Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that should 
  209.   be set when executing internal queries like "show master status" via MySQL). 
  210.   (Ilia)
  211. - Fixed bug #36568 (memory_limit setting on win32 has no effect). (Dmitry)
  212. - Fixed bug #36513 (comment will be outputted in last line). (Dmitry)
  213. - Fixed bug #36510 (strtotime() fails to parse date strings with tabs).
  214.   (Ilia, Derick)
  215. - Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).
  216.   (Ilia)
  217. - Fixed bug #36458 (sleep() accepts negative values). (Ilia)
  218. - Fixed bug #36436 (DBA problem with Berkeley DB4). (Marcus)
  219. - Fixed bug #36434 (Improper resolution of declaring class name of an 
  220.   inherited property). (Ilia)
  221. - Fixed bug #36420 (segfault when access result->num_rows after calling 
  222.   result->close()). (Ilia,Tony)
  223. - Fixed bug #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY). (Tony)
  224. - Fixed bug #36400 (Custom 5xx error does not return correct HTTP response error
  225.   code). (Tony)
  226. - Fixed bug #36396 (strtotime() fails to parse dates in dd-mm-yyyy format).
  227.   (Derick)
  228. - Fixed bug #36388 (ext/soap crashes when throwing exception and session 
  229.   persistence). (David)
  230. - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes). (Derick)
  231. - Fixed bug #36359 (splFileObject::fwrite() doesn't write when no data 
  232.   length specified). (Tony)
  233. - Fixed bug #36351 (parse_url() does not parse numeric paths properly). (Ilia)
  234. - Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB). (Ilia)
  235. - Fixed bug #36337 (ReflectionProperty fails to return correct visibility). 
  236.   (Ilia)
  237. - Fixed bug #36334 (Added missing documentation about realpath cache INI 
  238.   settings). (Ilia)
  239. - Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect 
  240.   extended class commentary). (Ilia)
  241. - Fixed bug #36306 (crc32() differ on 32-bit and 64-bit platforms)
  242.   (anight@eyelinkmedia dot com, Pierre)
  243. - Fixed bug #36303 (foreach on error_zval produces segfault). (Dmitry)
  244. - Fixed bug #36295 (typo in SplFileObject::flock() parameter name). (Tony)
  245. - Fixed bug #36287 (Segfault with SplFileInfo conversion). (Marcus)
  246. - Fixed bug #36283 (SOAPClient Compression Broken). (Dmitry)
  247. - Fixed bug #36268 (Object destructors called even after fatal errors). (Dmitry)
  248. - Fixed bug #36258 (SplFileObject::getPath() may lead to segfault). (Tony)
  249. - Fixed bug #36250 (PHP causes ORA-07445 core dump in Oracle server 9.2.x).
  250.   (Tony)
  251. - Fixed bug #36242 (Possible memory corruption in stream_select()). (Tony)
  252. - Fixed bug #36235 (ocicolumnname returns false before a successful fetch).
  253.   (Tony)
  254. - Fixed bug #36226 (Inconsistent handling when passing potential arrays). 
  255.   (Dmitry)
  256. - Fixed bug #36224 (date(DATE_ATOM) gives wrong results).
  257.   (Derick, Hannes Magnusson)
  258. - Fixed bug #36222 (errorInfo in PDOException is always NULL). (Ilia)
  259. - Fixed bug #36208 (symbol namespace conflicts using bundled gd). (Jakub Moc)
  260. - Fixed bug #36205 (Memory leaks on duplicate cookies). (Dmitry)
  261. - Fixed bug #36185 (str_rot13() crash on non-string parameter). (Pierre)
  262. - Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rows 
  263.   affected by the operation). (Ilia)
  264. - Fixed bug #36158 (SIGTERM is not handled correctly when running as a 
  265.   FastCGI server). (Dmitry)
  266. - Fixed bug #36152 (problems with curl+ssl and pgsql+ssl in same PHP). (Mike)
  267. - Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to 
  268.   the end of the string). (Ilia)
  269. - Fixed bug #36134 (DirectoryIterator constructor failed to detect empty 
  270.   directory names). (Ilia)
  271. - Fixed bug #36113 (Reading records of unsupported type causes segfault).
  272.   (Tony)
  273. - Fixed bug #36096 (oci_result() returns garbage after oci_fetch() failed).
  274.   (Tony)
  275. - Fixed bug #36083 (SoapClient waits for responses on one-way operations).
  276.   (Dmitry)
  277. - Fixed bug #36071 (Engine Crash related with 'clone'). (Dmitry)
  278. - Fixed bug #36055 (possible OCI8 crash in multi-threaded environment). (Tony)
  279. - Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line values).
  280.   (Ilia)
  281. - Fixed bug #36038 (ext/hash compile failure on Mac OSX). (Tony)
  282. - Fixed bug #36037 (heredoc adds extra line number). (Dmitry)
  283. - Fixed bug #36016 (realpath cache memleaks). (Dmitry, Nuno)
  284. - Fixed bug #36011 (Strict errormsg wrong for call_user_func() and the likes).
  285.   (Marcus)
  286. - Fixed bug #36010 (Segfault when re-creating and re-executing statements with 
  287.   bound parameters). (Tony)
  288. - Fixed bug #36006 (Problem with $this in __destruct()). (Dmitry)
  289. - Fixed bug #35999 (recursive mkdir() does not work with relative path 
  290.   like "foo/bar"). (Tony)
  291. - Fixed bug #35998 (SplFileInfo::getPathname() returns unix style filenames 
  292.   in win32). (Marcus)
  293. - Fixed bug #35988 (Unknown persistent list entry type in module shutdown).
  294.   (Dmitry)
  295. - Fixed bug #35954 (Fatal com_exception casting object). (Rob)
  296. - Fixed bug #35900 (stream_select() should warning when tv_sec is negative).
  297.   (Ilia)
  298. - Fixed bug #35785 (SimpleXML causes memory read error zend engine). (Marcus)
  299. - Fixed bug #34272 (empty array onto COM object blows up). (Rob)
  300. - Fixed bug #33292 (apache_get_modules() crashes on Windows). (Edin)
  301. - Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever). 
  302.   (Ilia)
  303.  
  304. 12 Jan 2006, PHP 5.1.2
  305. - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)
  306. - Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)
  307. - Updated to libxml2-2.6.22 and libxslt-1.1.15 in the win32 bundle. (Rob)
  308. - Added new extensions: (Ilia, Wez)
  309.   . XMLWriter
  310.   . Hash
  311. - Added PNG compression support to GD extension. (Pierre)
  312. - Added reflection constants as class constants. (Johannes)
  313. - Added --enable-gcov configure option to enable C-level code coverage.
  314.   (John, Jani, Ilia, Marcus)
  315. - Added missing support for 'B' format identifier to date() function. (Ilia)
  316. - Changed reflection to be an extension. (Marcus)
  317. - Improved SPL extension: (Marcus)
  318.   . Added class SplFileInfo as root class for DirectoryIterator and 
  319.     SplFileObject
  320.   . Added SplTempFileObject
  321. - Improved SimpleXML extension: (Marcus)
  322.   . Fixed memleaks
  323.   . Fixed var_dump()
  324.   . Fixed isset/empty/(bool) behavior
  325.   . Fixed iterator edge cases
  326.   . Added methods getNamespaces(), getDocNamespaces()
  327. - Upgraded pear to version 1.4.6. (Greg)
  328. - Added constants for libxslt and libexslt versions: LIBXSLT_VERSION,
  329.   LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and LIBEXSLT_DOTTED_VERSION. (Pierre)
  330. - Fixed possible crash in apache_getenv()/apache_setenv() on invalid parameters.
  331.   (Ilia)
  332. - Changed errors to warnings in imagecolormatch(). (Pierre)
  333. - Fixed segfault/leak in imagecolormatch(). (Pierre)
  334. - Fixed small leak in mysqli_stmt_fetch() when bound variable was empty string.
  335.   (Andrey)
  336. - Fixed prepared statement name conflict handling in PDO_PGSQL. (Thies, Ilia)
  337. - Fixed memory corruption when PDO::FETCH_LAZY mode is being used. (Ilia)
  338. - Fixed possible leaks in imagecreatefromstring() with invalid data. (Pierre)
  339. - Fixed possible memory corruption inside mb_strcut(). (Ilia)
  340. - Fixed possible header injection by limiting each header to a single line.
  341.   (Ilia)
  342. - Fixed possible XSS inside error reporting functionality. (Ilia)
  343. - Fixed many bugs in OCI8. (Tony)
  344. - Fixed crash and leak in mysqli when using 4.1.x client libraries and
  345.   connecting to 5.x server. (Andrey)
  346. - Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash).
  347.   (Ilia)
  348. - Fixed bug #35908 (curl extension uses undefined GCRY_THREAD_OPTIONS_USER).
  349.   (Ilia)
  350. - Fixed bug #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib). (Tony)
  351. - Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).
  352.   (Derick)
  353. - Fixed bug #35885 (strtotime("NOW") no longer works). (Derick)
  354. - Fixed bug #35821 (array_map() segfaults when exception is throwed from
  355.   the callback). (Tony)
  356. - Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values).
  357.   (Ilia)
  358. - Fixed bug #35797 (segfault on PDOStatement::execute() with 
  359.   zend.ze1_compatibility_mode = On). (Tony, Ilia)
  360. - Fixed bug #35781 (stream_filter_append() can cause segfault). (Tony)
  361. - Fixed bug #35760 (sybase_ct doesn't compile on Solaris using old gcc). (Tony)
  362. - Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when
  363.   column empty). (Andrey)
  364. - Fixed bug #35751 (using date with a timestamp makes httpd segfault). (Derick)
  365. - Fixed bug #35740 (memory leak when including a directory). (Tony)
  366. - Fixed bug #35730 (ext/mssql + freetds: Use correct character encoding
  367.   and allow setting it). (Frank)
  368. - Fixed bug #35723 (xmlrpc_introspection.c fails compile per C99 std). (Jani)
  369. - Fixed bug #35720 (A final constructor can be overwritten). (Marcus)
  370. - Fixed bug #35713 (getopt() returns array with numeric strings when passed 
  371.   options like '-1'). (Tony)
  372. - Fixed bug #35705 (strtotime() fails to parse soap date format without TZ).
  373.   (Ilia)
  374. - Fixed bug #35699 (date() can't handle leap years before 1970). (Derick)
  375. - Fixed bug #35694 (Improved error message for invalid fetch mode). (Ilia)
  376. - Fixed bug #35692 (iconv_mime_decode() segmentation fault; with libiconv 
  377.   only). (Tony)
  378. - Fixed bug #35690 (pack() tries to allocate huge memory block when packing 
  379.   float values to strings). (Tony)
  380. - Fixed bug #35669 (imap_mail_compose() crashes with 
  381.   multipart-multiboundary-email). (Ilia)
  382. - Fixed bug #35660 (AIX TZ variable format not understood, yields UTC
  383.   timezone). (Derick)
  384. - Fixed bug #35655 (whitespace following end of heredoc is lost). (Ilia)
  385. - Fixed bug #35630 (strtotime() crashes on certain relative identifiers).
  386.   (Ilia)
  387. - Fixed bug #35629 (crash in http:// wrapper on multiple redirects). (Ilia)
  388. - Fixed bug #35624 (strtotime() does not handle 3 character weekdays). (Ilia)
  389. - Fixed bug #35612 (iis6 Access Violation crash). (Dmitry, alacn.uhahaa)
  390. - Fixed bug #35594 (Multiple calls to getopt() may result in a crash).
  391.   (rabbitt at gmail dot com, Ilia)
  392. - Fixed bug #35571 (Fixed crash in Apache 2 SAPI when more then one php 
  393.   script is loaded via SSI include). (Ilia)
  394. - Fixed bug #35570 (segfault when re-using soap client object). (Dmitry)
  395. - Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly). (Ilia)
  396. - Fixed bug #35543 (php crash when calling non existing method of a class
  397.   that extends PDO). (Tony)
  398. - Fixed bug #35539 (typo in error message for ErrorException). (Tony)
  399. - FIxed bug #35536 (mysql_field_type() doesn't handle NEWDECIMAL). (Tony)
  400. - Fixed bug #35517 (mysql_stmt_fetch returns NULL on data truncation). (Georg)
  401. - Fixed bug #35509 (string constant as array key has different behavior inside
  402.   object). (Dmitry)
  403. - Fixed bug #35508 (PDO fails when unknown fetch mode specified). (Tony)
  404. - Fixed bug #35499 (strtotime() does not handle whitespace around the date 
  405.   string). (Ilia)
  406. - Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without 
  407.   proper init). (Ilia)
  408. - Fixed bug #35490 (socket_sendto() unable to handle IPv6 addresses). (Tony)
  409. - Fixed bug #35461 (Ming extension fails to compile with ming 0.3beta1). (Jani)
  410. - Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4). (Dmitry)
  411. - Fixed bug #35470 (Assigning global using variable name from array doesn't
  412.   function). (Dmitry)
  413. - Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia)
  414. - Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM). (Rob)
  415. - Fixed bug #35431 (PDO crashes when using LAZY fetch with fetchAll). (Wez)
  416. - Fixed bug #35430 (PDO crashes on incorrect FETCH_FUNC use). (Tony)
  417. - Fixed bug #35427 (str_word_count() handles '-' incorrectly). (Ilia)
  418. - Fixed bug #35425 (idate() function ignores timezone settings). (Ilia)
  419. - Fixed bug #35422 (strtotime() does not parse times with UTC as timezone).
  420.   (Ilia)
  421. - Fixed bug #35414 (strtotime() no longer works with ordinal suffix). (Ilia)
  422. - Fixed bug #35410 (wddx_deserialize() doesn't handle large ints as keys 
  423.   properly). (Ilia)
  424. - Fixed bug #35409 (undefined reference to 'rl_completion_matches'). (Jani)
  425. - Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of
  426.   soapenc:base64binary fails). (Dmitry)
  427. - Fixed bug #35393 (changing static protected members from outside the class,
  428.   one more reference issue). (Dmitry)
  429. - Fixed bug #35381 (ssl library is not initialized properly). (Alan)
  430. - Fixed bug #35377 (PDO_SQLITE: undefined reference to "fdatasync").
  431.   (Nuno, Jani)
  432. - Fixed bug #35373 (HP-UX "alias not allowed in this configuration"). (Dmitry)
  433. - Fixed bug #35288 (iconv() function defined as libiconv()). (Nuno)
  434. - Fixed bug #35103 (mysqli handles bad unsigned (big)int incorrectly).(Andrey)
  435. - Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).
  436.   (Nuno, Ilia)
  437. - Fixed bug #35028 (SimpleXML object fails FALSE test). (Marcus)
  438. - Fixed bug #34729 (Crash in ZTS mode under Apache). (Dmitry, Zeev) 
  439. - Fixed bug #34429 (Output buffering cannot be turned off with FastCGI).
  440.   (Dmitry, Ilya)
  441. - Fixed bug #34359 (Possible crash inside fopen http wrapper). (Ilia,Sara,Nuno)
  442. - Fixed bug #33789 (Many Problems with SunFuncs). (Derick)
  443. - Fixed bug #33671 (sun_rise and sun_set don't return a GMT timestamp if one
  444.   passes an offset). (Derick)
  445. - Fixed bug #32820 (date_sunrise and date_sunset don't handle GMT offset
  446.   well). (Derick)
  447. - Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any string 
  448.   greater then 255 characters). (Nuno,Ilia)
  449. - Fixed bug #30937 (date_sunrise() & date_sunset() don't handle endless
  450.   day/night at high latitudes). (Derick)
  451. - Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if 
  452.   display_startup_error is off). (Ilia)
  453. - Fixed bug #29955 (mb_strtoupper() / lower() broken with Turkish encoding).
  454.   (Rui)
  455. - Fixed bug #28899 (mb_substr() and substr() behave differently when
  456.   "mbstring.func_overload" is enabled). (Rui)
  457. - Fixed bug #27678 (number_format() crashes with large numbers). (Marcus)
  458.  
  459. 28 Nov 2005, PHP 5.1.1
  460. - Disabled native date class to prevent pear::date conflict. (Ilia)
  461. - Changed reflection constants be both PHP and class constants. (Johannes)
  462. - Added an additional field $frame['object'] to the result array of
  463.   debug_backtrace() that contains a reference to the respective object when the
  464.   frame was called from an object. (Sebastian)
  465. - Fixed bug #35423 (RecursiveDirectoryIterator doesnt appear to recurse with 
  466.   RecursiveFilterIterator). (Marcus)
  467. - Fixed bug #35413 (Removed -dev flag from Zend Engine version). (Ilia)
  468. - Fixed bug #35411 (Regression with \{$ handling). (Ilia)
  469. - Fixed bug #35406 (eval hangs when evall'ed code ends with comment w/o 
  470.   newline). (Marcus)
  471. - Fixed bug #35391 (pdo_mysql::exec does not return number of affected rows). 
  472.   (Tony)
  473. - Fixed bug #35382 (Comment in end of file produces fatal error). (Ilia)
  474. - Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash).
  475.   (Dmitry)
  476. - Fixed bug #35358 (Incorrect error messages for PDO class constants). (Ilia)
  477. - Fixed bug #35338 (pdo_pgsql does not handle binary bound params). (Wez)
  478. - Fixed bug #35316 (Application exception trying to create COM object). (Rob)
  479. - Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x). (Ilia)
  480.  
  481. 24 Nov 2005, PHP 5.1
  482. - Added support for class constants and static members for internal classes. 
  483.   (Dmitry, Michael Wallner)
  484. - Added "new_link" parameter to mssql_connect() (Bug #34369). (Frank)
  485. - Added missing safe_mode checks for image* functions and cURL. (Ilia)
  486. - Added missing safe_mode/open_basedir checks for file uploads. (Ilia)
  487. - Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql. (Ilia)
  488. - Added date_timezone_set() function to set the timezone that the date 
  489.   functions will use. (Derick)
  490. - Added pg_fetch_all_columns() function to fetch all values of a column from a 
  491.   result cursor. (Ilia)
  492. - Added support for LOCK_EX flag for file_put_contents(). (Ilia)
  493. - Added bindto socket context option. (Ilia)
  494. - Added offset parameter to the stream_copy_to_stream() function. (Ilia)
  495. - Added offset & length parameters to substr_count() function. (Ilia)
  496. - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
  497. - Added support for .cc files in extensions. (Brian)
  498. - Added PHP_INT_MAX and PHP_INT_SIZE as predefined constants. (Andrey)
  499. - Added user opcode API that allow overloading of opcode handlers. (Dmitry)
  500. - Added an optional remove old session parameter to session_regenerate_id().
  501.   (Ilia)
  502. - Added array type hinting. (Dmitry)
  503. - Added the tidy_get_opt_doc() function to return documentation for 
  504.   configuration options in tidy. (Patch by: nlopess@php.net)
  505. - Added support for .cc files in extensions. (Brian)
  506. - Added imageconvolution() function which can be used to apply a custom 3x3 
  507.   matrix convolution to an image. (Pierre)
  508. - Added optional first parameter to XsltProcessor::registerPHPFunctions to 
  509.   only allow certain functions to be called from XSLT. (Christian)
  510. - Added the ability to override the autotools executables used by the 
  511.   buildconf script via the PHP_AUTOCONF and PHP_AUTOHEADER environmental 
  512.   variables. (Jon)
  513. - Added several new functions to support the PostgreSQL v3 protocol introduced 
  514.   in PostgreSQL 7.4. (Christopher)
  515.   . pg_transaction_status() - in-transaction status of a database connection.
  516.   . pg_query_params() - execution of parameterized queries.
  517.   . pg_prepare() - prepare named queries.
  518.   . pg_execute() - execution of named prepared queries.
  519.   . pg_send_query_params() - async equivalent of pg_query_params().
  520.   . pg_send_prepare() - async equivalent of pg_prepare().
  521.   . pg_send_execute() - async equivalent of pg_execute().
  522.   . pg_result_error_field() - highly detailed error information, most 
  523.     importantly 
  524.     the SQLSTATE error code.
  525.   . pg_set_error_verbosity() - set verbosity of errors.
  526. - Added optional fifth parameter "count" to preg_replace_callback() and 
  527.   preg_replace() to count the number of replacements made. FR #32275. (Andrey)
  528. - Added optional third parameter "charlist" to str_word_count() which contains 
  529.   characters to be considered as word part. FR #31560. (Andrey, Ilia)
  530. - Added interface Serializable. (Stanislav, Marcus)
  531. - Added pg_field_type_oid() PostgreSQL function. (mauroi at digbang dot com)
  532. - Added zend_declare_property_...() and zend_update_property_...() API 
  533.   functions for bool, double and binary safe strings. (Hartmut)
  534. - Added possibility to access INI variables from within .ini file. (Andrei)
  535. - Added variable $_SERVER['REQUEST_TIME'] containing request start time.
  536.   (Ilia)
  537. - Added optional float parameter to gettimeofday(). (Ilia)
  538. - Added apache_reset_timeout() Apache1 function. (Rasmus)
  539. - Added sqlite_fetch_column_types() 3rd argument for arrays. (Ilia)
  540. - Added optional offset parameter to stream_get_contents() and 
  541.   file_get_contents(). (Ilia)
  542. - Added optional maxlen parameter to file_get_contents(). (Ilia)
  543. - Added SAPI hook to get the current request time. (Rasmus)
  544. - Added new functions: 
  545.   . array_diff_key() (Andrey)
  546.   . array_diff_ukey() (Andrey)
  547.   . array_intersect_key() (Christiano Duarte)
  548.   . array_intersect_ukey() (Christiano Duarte)
  549.   . array_product() (Andrey)
  550.   . DomDocumentFragment::appendXML() (Christian)
  551.   . fputcsv() (David Sklar)
  552.   . htmlspecialchars_decode() (Ilia)
  553.   . inet_pton() (Sara)
  554.   . inet_ntop() (Sara)
  555.   . mysqli::client_info property (Georg)
  556.   . posix_access() (Magnus)
  557.   . posix_mknod() (Magnus)
  558.   . SimpleXMLElement::registerXPathNamespace() (Christian)
  559.   . stream_context_get_default() (Wez)
  560.   . stream_socket_enable_crypto() (Wez)
  561.   . stream_wrapper_unregister() (Sara)
  562.   . stream_wrapper_restore() (Sara)
  563.   . stream_filter_remove() (Sara)
  564.   . time_sleep_until() (Ilia)
  565. - Added DomDocument::$recover property for parsing not well-formed XML 
  566.   Documents. (Christian)   
  567. - Added Cursor support for MySQL 5.0.x in mysqli (Georg)
  568. - Added proxy support to ftp wrapper via http. (Sara)
  569. - Added MDTM support to ftp_url_stat. (Sara)
  570. - Added zlib stream filter support. (Sara)
  571. - Added bz2 stream filter support. (Sara)
  572. - Added max_redirects context option that specifies how many HTTP 
  573.   redirects to follow. (Ilia)
  574. - Added support of parameter=>value arrays to 
  575.   xsl_xsltprocessor_set_parameter(). (Tony)
  576.  
  577. - PHP extension loading mechanism with support for module 
  578.   dependencies and conflicts. (Jani, Dmitry) 
  579. - Improved interactive mode of PHP CLI (php -a). (Johannes, Marcus)
  580. - Improved performance of:
  581.   . general execution/compilation. (Andi, Thies, Sterling, Dmitry, Marcus)
  582.   . switch() statement. (Dmitry)
  583.   . several array functions. (Marcus)
  584.   . virtual path handling by adding a realpath() cache. (Andi)
  585.   . variable fetches. (Andi)
  586.   . magic method invocations. (Marcus)
  587. - Improved support for embedded server in mysqli. (Georg)
  588. - Improved mysqli extension. (Georg)
  589.   . added constructor for mysqli_stmt and mysqli_result classes
  590.   . added new function mysqli_get_charset()
  591.   . added new function mysqli_set_charset()
  592.   . added new class mysqli_driver
  593.   . added new class mysqli_warning
  594.   . added new class mysqli_exception 
  595.   . added new class mysqli_sql_exception
  596. - Improved SPL extension. (Marcus)
  597.   . Moved RecursiveArrayIterator from examples into extension
  598.   . Moved RecursiveFilterIterator from examples into extension
  599.   . Added SplObjectStorage
  600.   . Made all SPL constants class constants
  601.   . Renamed CachingRecursiveIterator to RecursiveCachingIterator to follow 
  602.     Recursive<*>Iterator naming scheme.
  603.   . added standard hierarchy of Exception classes
  604.   . added interface Countable
  605.   . added interfaces Subject and SplObserver
  606.   . added spl_autoload*() functions
  607.   . converted several 5.0 examples into c code
  608.   . added class SplFileObject
  609.   . added possibility to use a string with class_parents() and
  610.     class_implements(). (Andrey)
  611.  
  612. - Changed type hints to allow "null" as default value for class and array. 
  613.   (Marcus, Derick, Dmitry)
  614. - Changed SQLite extension to be a shared module in Windows distribution.
  615.   (Edin)
  616. - Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() 
  617.   functions to not call __autoload(). (Dmitry)
  618. - Changed sha1_file() and md5_file() functions to use streams instead of low
  619.   level IO. (Uwe)
  620. - Changed abstract private methods to be not allowed anymore. (Stas)
  621. - Changed stream_filter_(ap|pre)pend() to return resource. (Sara)
  622. - Changed mysqli_exception and sqlite_exception to use RuntimeException as 
  623.   base if SPL extension is present. (Georg, Marcus)
  624.  
  625. - Upgraded bundled libraries:
  626.   . PCRE library to version 6.2. (Andrei)
  627.   . SQLite 3 library in ext/pdo_sqlite to 3.2.7. (Ilia)
  628.   . SQLite 2 library in ext/sqlite to 2.8.16. (Ilia)
  629. - Upgraded bundled libraries in Windows distribution. (Edin)
  630.   . zlib 1.2.3
  631.   . curl 7.14.0
  632.   . openssl 0.9.8
  633.   . ming 0.3b
  634.   . libpq (PostgreSQL) 8.0.1
  635.  
  636. - Implemented feature request #33452 (Year belonging to ISO week). (Derick)
  637. - Allowed return by reference from internal functions. (Marcus, Andi, Dmitry)
  638. - Rewrote strtotime() with support for timezones and many new formats. 
  639.   Implements feature requests #21399, #26694, #28088, #29150, #29585 and 
  640.   #29595. (Derick)
  641.  
  642. - Moved extensions to PECL:
  643.   . ext/cpdf        (Tony, Derick)
  644.   . ext/dio         (Jani, Derick)
  645.   . ext/fam         (Jani, Derick)
  646.   . ext/ingres_ii   (Jani, Derick)
  647.   . ext/mnogosearch (Jani, Derick)
  648.   . ext/w32api      (Jani, Derick)
  649.   . ext/yp          (Jani, Derick)
  650.   . ext/mcve        (Jani, Derick, Pierre)
  651.   . ext/oracle      (Jani, Derick)
  652.   . ext/ovrimos     (Jani, Derick, Pierre)
  653.   . ext/pfpro       (Jani, Derick, Pierre)
  654.   . ext/dbx         (Jani, Derick)
  655.   . ext/ircg        (Jani, Derick)
  656.  
  657. - Removed php_check_syntax() function which never worked properly. (Ilia)
  658. - Removed garbage manager in Zend Engine which results in more aggressive 
  659.   freeing of data. (Dmitry, Andi)
  660.  
  661. - Fixed "make test" to work for phpized extensions. (Hartmut, Jani)
  662. - Fixed Apache 2 regression with sub-request handling on non-linux systems.
  663.   (Ilia, Tony)
  664. - Fixed PDO shutdown problem (possible infinite loop running rollback on 
  665.   shutdown). (Wez)
  666. - Fixed PECL bug #3714 (PDO: beginTransaction doesn't work if you're in 
  667.   auto-commit mode). (Wez)
  668. - Fixed ZTS destruction. (Marcus)
  669. - Fixed __get/__set to allow recursive calls for different properties. (Dmitry)
  670. - Fixed a bug where stream_get_meta_data() did not return the "uri" element 
  671.   for files opened with tmpname(). (Derick)
  672. - Fixed a problem with SPL iterators aggregating the inner iterator. (Marcus)
  673. - Fixed an error in mysqli_fetch_fields (returned NULL instead of an array 
  674.   when row number > field_count). (Georg)
  675. - Fixed bug in mysql::client_version(). (Georg)
  676. - Fixed bug in mysqli extension with unsigned int(11) being represented as 
  677.   signed integer in PHP instead of string in 32bit systems. (Andrey)
  678. - Fixed bug with $HTTP_RAW_POST_DATA not getting set. (Brian)
  679. - Fixed crash inside stream_get_line() when length parameter equals 0. (Ilia)
  680. - Fixed ext/mysqli to allocate less memory when fetching bound params of type
  681.   (MEDIUM|LONG)BLOB/(MEDIUM|LONG)TEXT. (Andrey)
  682. - Fixed extension initialization to respect dependencies between extensions.
  683.   (Wez)
  684. - Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems.
  685.   (Andrey)
  686. - Fixed fgetcsv() and fputcsv() inconsistency. (Dmitry)
  687. - Fixed inheritance check to control return by reference and pass by 
  688.   reference correctly (ArrayAccess can no longer support references correctly).
  689.   (Marcus, Andi, Dmitry)
  690. - Fixed initializing and argument checking for posix_mknod(). (Derick)
  691. - Fixed memory corruption in ImageTTFText() with 64bit systems. (Andrey)
  692. - Fixed memory corruption in pg_copy_from() in case the as_null parameter was
  693.   passed. (Derick)
  694. - Fixed memory corruption in stristr(). (Derick)
  695. - Fixed possible GLOBALS variable override when register_globals are ON.
  696.   (Ilia, Stefan)
  697. - Fixed possible INI setting leak via virtual() in Apache 2 sapi. (Ilia)
  698. - Fixed possible register_globals toggle via parse_str(). (Ilia, Stefan)
  699. - Fixed potential GLOBALS overwrite via import_request_variables() and 
  700.   possible crash and/or memory corruption. (Ilia)
  701. - Fixed segfaults when CURL callback functions throw exception. (Tony)
  702. - Fixed support for shared extensions on AIX. (Dmitry)
  703. - Fixed bug #35342 (isset(DOMNodeList->length) returns false). (Rob)
  704. - Fixed bug #35341 (Fix for bug #33760 breaks build with older curl). (Tony)
  705. - Fixed bug #35336 (crash on PDO::FETCH_CLASS + __set()). (Tony)
  706. - Fixed bug #35303 (PDO prepare() crashes with invalid parameters). (Ilia)
  707. - Fixed bug #35293 (PDO segfaults when using persistent connections). (Tony)
  708. - Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module). (Ilia)
  709. - Fixed bug #35273 (Error in mapping soap - java types). (Dmitry)
  710. - Fixed bug #35249 (compile failure when ext/readline is compiled as shared).
  711.   (Jani)
  712. - Fixed bug #35248 (sqlite_query() doesn't set error_msg when return value is 
  713.   being used). (Ilia) 
  714. - Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety on 
  715.   Linux). (Patch: shulmanb at il dot ibm dot com, Jani)
  716. - Fixed bug #35239 (Objects can lose references). (Dmitry)
  717. - Fixed bug #35229 (call_user_func() crashes when argument_stack is nearly 
  718.   full). (Dmitry)
  719. - Fixed bug #35197 (Destructor is not called). (Tony)
  720. - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER). (Greg)
  721. - Fixed bug #35176 (include()/require()/*_once() produce wrong error messages 
  722.   about main()). (Dmitry)
  723. - Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte).
  724.   (Dmitry, Moriyoshi)
  725. - Fixed bug #35143 (gettimeofday() ignores current time zone). (Derick)
  726. - Fixed bug #35142 (SOAP Client/Server Complex Object Support). (Dmitry)
  727. - Fixed bug #35135 (PDOStatment without related PDO object may crash). (Ilia)
  728. - Fixed bug #35091 (SoapClient leaks memory). (Dmitry)
  729. - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables blocking).
  730.   (askalski at gmail dot com, Tony)
  731. - Fixed bug #35078 (configure does not find ldap_start_tls_s). (Jani)
  732. - Fixed bug #35046 (phpinfo() uses improper css enclosure). (Ilia)
  733. - Fixed bugs #35022, #35019 (Regression in the behavior of key() and 
  734.   current() functions). (Ilia)
  735. - Fixed bug #35017 (Exception thrown in error handler may cause unexpected 
  736.   behavior). (Dmitry)
  737. - Fixed bug #35014 (array_product() always returns 0). (Ilia)
  738. - Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension 
  739.   is compiled as shared). (Dmitry)
  740. - Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is zero).
  741.   (Tony)
  742. - Fixed bug #34982 (array_walk_recursive() modifies elements outside function
  743.   scope). (Dmitry)
  744. - Fixed bug #34977 (Compile failure on MacOSX due to use of varargs.h). (Tony)
  745. - Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).
  746.  (Ilia)
  747. - Fixed bug #34965 (tidy is not binary safe). (Mike)
  748. - Fixed bug #34957 (PHP doesn't respect ACLs for access checks). (Wez)
  749. - Fixed bug #34950 (Unable to get WSDL through proxy). (Dmitry)
  750. - Fixed bug #34938 (dns_get_record() doesn't resolve long hostnames and 
  751.   leaks). (Tony)
  752. - Fixed bug #34905 (Digest authentication does not work with Apache 1). (Ilia)
  753. - Fixed bug #34902 (mysqli::character_set_name() - undefined method). (Tony)
  754. - Fixed bug #34899 (Fixed sqlite extension compile failure). (Ilia)
  755. - Fixed bug #34893 (PHP5.1 overloading, Cannot access private property).
  756.   (Dmitry)
  757. - Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is 
  758.   being used). (Tony, Ilia)
  759. - Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 
  760.   64-bit platforms). (Dmitry)
  761. - Fixed bug #34873 (Segmentation Fault on foreach in object). (Dmitry)
  762. - Fixed bug #34856 (configure fails to detect libiconv's type). (Tony)
  763. - Fixed bug #34855 (ibase_service_attach() segfault on AMD64). 
  764.   (irie at gmx dot de, Tony)
  765. - Fixed bug #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect 
  766.   integer parameter on Windows). (Mike)
  767. - Fixed bug #34850 (--program-suffix and --program-prefix not included in 
  768.   man page names). (Jani)
  769. - Fixed bug #34821 (zlib encoders fail on widely varying binary data on 
  770.   windows). (Mike, Ilia)
  771. - Fixed bug #34818 (several functions crash when invalid mysqli_link object 
  772.   is passed). (Tony)
  773. - Fixed bug #34810 (mysqli::init() and others use wrong $this pointer without 
  774.   checks). (Tony)
  775. - Fixed bug #34809 (FETCH_INTO in PDO crashes without a destination object).
  776.   (Ilia)
  777. - Fixed bug #34802 (Fixed crash on object instantiation failure). (Ilia)
  778. - Fixed bug #34796 (missing SSL linking in ext/ftp when configured as shared).
  779.   (Jani)
  780. - Fixed bug #34790 (preg_match_all(), named capturing groups, variable 
  781.   assignment/return => crash). (Dmitry)
  782. - Fixed bug #34788 (SOAP Client not applying correct namespace to generated 
  783.   values). (Dmitry)
  784. - Fixed bug #34787 (SOAP Client not handling boolean types correctly). (Dmitry)
  785. - Fixed bug #34786 (2 @ results in change to error_reporting() to random 
  786.   value) (Dmitry, Tony)
  787. - Fixed bug #34785 (subclassing of mysqli_stmt does not work). (Georg)
  788. - Fixed bug #34782 (token_get_all() gives wrong result). (Dmitry)
  789. - Fixed bug #34777 (Crash in dblib when fetching non-existent error info).
  790.   (Ilia)
  791. - Fixed bug #34771 (strtotime() fails with 1-12am/pm). (Derick)
  792. - Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects 
  793.   correctly). (Dmitry)
  794. - Fixed bug #34758 (PDO_DBLIB did not implement rowCount()). (Ilia)
  795. - Fixed bug #34757 (iconv_substr() gives "Unknown error" when offset > string
  796.   length). (Tony)
  797. - Fixed bug #34742 (ftp wrapper failures caused from segmented command 
  798.   transfer). (Ilia)
  799. - Fixed bug #34725 (CLI segmentation faults during cleanup). (Dmitry)
  800. - Fixed bug #34723 (array_count_values() strips leading zeroes). (Tony)
  801. - Fixed bug #34712 (zend.ze1_compatibility_mode = on segfault). (Dmitry)
  802. - Fixed bug #34704 (Infinite recursion due to corrupt JPEG). (Marcus)
  803. - Fixed bug #34678 (__call(), is_callable() and static methods). (Dmitry)
  804. - Fixed bug #34676 (missing support for strtotime("midnight") and 
  805.   strtotime("noon")). (Derick)
  806. - Fixed bug #34645 (ctype corrupts memory when validating large numbers).
  807.  (Ilia)
  808. - Fixed bug #34643 (wsdl default value has no effect). (Dmitry)
  809. - Fixed bug #34623 (Crash in pdo_mysql on longtext fields). (Ilia)
  810. - Fixed bug #34617 (zend_deactivate: objects_store used after 
  811.   zend_objects_store_destroy is called). (Dmitry)
  812. - Fixed bug #34590 (User defined PDOStatement class can't implement 
  813.   methods). (Marcus)
  814. - Fixed bug #34584 (Segfault with SPL autoload handler). (Marcus)
  815. - Fixed bug #34581 (crash with mod_rewrite). (Tony, Ilia)
  816. - Fixed bug #34565 (mb_send_mail does not fetch 
  817.   mail.force_extra_parameters). (Marco, Ilia)
  818. - Fixed bug #34557 (php -m exits with "error" 1). (Johannes)
  819. - Fixed bug #34518 (Unset doesn't separate container in CV). (Dmitry)
  820. - Fixed bug #34505 (Possible memory corruption when unmangling properties 
  821.   with empty names). (Tony)
  822. - Fixed bug #34478 (Incorrect parsing of url's fragment (#...)). (Dmitry)
  823. - Fixed bug #34467 (foreach + __get + __set inconsistency). (Dmitry)
  824. - Fixed bug #34456 (Possible crash inside pspell extension). (Ilia)
  825. - Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception). (Dmitry)
  826. - Fixed bug #34450 (Segfault when calling mysqli_close() in destructor). (Tony)
  827. - Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed). (Dmitry)
  828. - Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()). (Ilia)
  829. - Fixed bug #34358 (Fatal error: Cannot re-assign $this). (Dmitry)
  830. - Fixed bug #34331 (php crashes when variables_order is empty). (Ilia)
  831. - Fixed bug #34321 (Possible crash in filter code). (Ilia)
  832. - Fixed bug #34311 (unserialize() crashes with chars above 191 dec). (Nuno)
  833. - Fixed bug #34310 (foreach($arr as $c->d => $x) crashes). (Dmitry)
  834. - Fixed bug #34307 (on_modify handler not called to set the default value if 
  835.   setting from php.ini was invalid). (Andrei)     
  836. - Fixed bug #34306 (wddx_serialize_value() crashes with long array keys).
  837.   (Jani)
  838. - Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day). (Derick)
  839. - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9). 
  840.   (Derick)
  841. - Fixed bug #34299 (ReflectionClass::isInstantiable() returns true for abstract
  842.   classes). (Marcus)
  843. - Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"]). (Jani)
  844. - Fixed bug #34277 (array_filter() crashes with references and objects). 
  845.   (Dmitry)
  846. - Fixed bug #34276 (setAttributeNS doesn't work with default namespace).
  847.   (Rob)
  848. - Fixed bug #34260 (Segfault with callbacks (array_map) + overloading).
  849.   (Dmitry)
  850. - Fixed bug #34257 (lib64 not handled correctly in ming extension). (Marcus)
  851. - Fixed bug #34221 (Compiling xmlrpc as shared fails other parts). (Jani)
  852. - Fixed bug #34216 (Segfault with autoload). (Marcus)
  853. - Fixed bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler).
  854.   (Dmitry, Alex)
  855. - Fixed bug #34191 (ob_gzhandler does not enforce trailing \0). (Ilia)
  856. - Fixed bug #34156 (memory usage remains elevated after memory limit is 
  857.   reached). (Ilia)
  858. - Fixed bug #34148 (+,- and . not supported as parts of scheme). (Ilia)
  859. - Fixed bug #34137 (assigning array element by reference causes binary mess).
  860.   (Dmitry) 
  861. - Fixed bug #34103 (line numbering not maintained in dom document). (Rob)
  862. - Fixed bug #34078 (Reflection API problems in methods with boolean or 
  863.   null default values). (Tony)
  864. - Fixed bug #34068 (Numeric string as array key not cast to integer in 
  865.   wddx_deserialize()). (Ilia)
  866. - Fixed bug #34064 (arr[] as param to function in class gives invalid 
  867.   opcode). (Dmitry)
  868. - Fixed bug #34062 (Crash in catch block when many arguments are used).
  869.   (Dmitry)
  870. - Fixed bug #34052 (date('U') returns %ld not unix timestamp). (Nuno)
  871. - Fixed bug #34045 (Buffer overflow with serialized object). (Dmitry)
  872. - Fixed bug #34001 (pdo_mysql truncates numeric fields at 4 chars). (Ilia)
  873. - Fixed bug #33999 (object remains object when cast to int). (Dmitry)
  874. - Fixed bug #33996 (No information given for fatal error on passing invalid 
  875.   value to typed argument). (Dmitry)
  876. - Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP). (Dmitry)
  877. - Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2). 
  878.   (Ilia)
  879. - Fixed bug #33967 (misuse of Exception constructor doesn't display 
  880.   errorfile). (Jani)
  881. - Fixed bug #33966 (Wrong use of reflectionproperty causes a segfault). (Tony)
  882. - Fixed bug #33963 (mssql_bind() fails on input parameters). (Frank)
  883. - Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash).
  884.   (Ilia)
  885. - Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).
  886.   (Derick)
  887. - Fixed bug #33940 (array_map() fails to pass by reference when called 
  888.   recursively). (Dmitry)
  889. - Fixed bug #33917 (number_format() output with > 1 char separators). (Jani)
  890. - Fixed bug #33904 (input array keys being escaped when magic quotes is off).
  891.   (Ilia)
  892. - Fixed bug #33903 (spl_autoload_register class method). (Marcus)
  893. - Fixed bug #33899 (CLI: setting extension_dir=some/path extension=foobar.so 
  894.   does not work). (Jani)
  895. - Fixed bug #33882 (CLI was looking for php.ini in wrong path). (Hartmut)
  896. - Fixed bug #33869 (strtotime() problem with "+1days" format). (Ilia) 
  897. - Fixed bug #33841 (pdo sqlite driver forgets to update affected column 
  898.   count on execution of prepared statments). (Ilia)
  899. - Fixed bug #33837 (Informix ESQL version numbering schema changed). (Jani)
  900. - Fixed bug #33829 (mime_content_type() returns text/plain for gzip and bzip 
  901.   files). (Derick)
  902. - Fixed bug #33802 (throw Exception in error handler causes crash). (Dmitry)
  903. - Fixed bug #33771 (error_reporting falls to 0 when @ was used inside 
  904.   try/catch block). (Tony)
  905. - Fixed bug #33760 (cURL needs to implement CRYPTO_callback functions to 
  906.   prevent locking). (Mike, Ilia)
  907. - Fixed bug #33732 (Wrong behavior of constants in class and interface 
  908.   extending). (Dmitry)
  909. - Fixed bug #33723 (php_value overrides php_admin_value). (Dmitry)
  910. - Fixed bug #33720 (mb_encode_mimeheader does not work for multibyte 
  911.   chars). (Rui)
  912. - Fixed bug #33710 (ArrayAccess objects does not initialize $this). (Dmitry)
  913. - Fixed bug #33690 (Crash setting some ini directives in httpd.conf). (Rasmus)
  914. - Fixed bug #33673 (Added detection for partially uploaded files). (Ilia)
  915. - Fixed bug #33605 (substr_compare() crashes with negative offset and length).
  916.   (Tony)
  917. - Fixed bug #33597 (setcookie() "expires" date format doesn't comply with RFC).
  918.   (Tony)
  919. - Fixed bug #33588 (LDAP: RootDSE query not possible). (Jani)
  920. - Fixed bug #33578 (strtotime() problem with "Oct17" format). (Derick)
  921. - Fixed bug #33578 (strtotime() doesn't understand "11 Oct" format). (Derick)
  922. - Fixed bug #33562 (date("") crashes). (Derick)
  923. - Fixed bug #33558 (warning with nested calls to functions returning by 
  924.   reference). (Dmitry)
  925. - Fixed bug #33536 (strtotime() defaults to now even on non time string).
  926.   (Derick)
  927. - Fixed bug #33532 (Different output for strftime() and date()). (Derick)
  928. - Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). (Ilia)
  929. - Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed).
  930.   (Dmitry)
  931. - Fixed bug #33512 (Add missing support for isset()/unset() overloading to 
  932.   complement the property get/set methods). (Dmitry)
  933. - Fixed bug #33491 (crash after extending MySQLi internal class). (Tony)
  934. - Fixed bug #33475 (cURL handle is not closed on curl_close(). (Ilia)
  935. - Fixed bug #33469 (Compile error undefined reference to ifx_checkAPI). (Jani)
  936. - Fixed bug #33433 (strtoll not available on Tru64). (Jani, Derick)
  937. - Fixed bug #33427 (ext/odbc: check if unixODBC header file exists). (Jani)
  938. - Fixed bug #33415 (strtotime() related bugs). (Derick)
  939. - Fixed bug #33414 (Comprehensive list of incorrect days returned after 
  940.   strtotime() / date() tests). (Derick)
  941. - Fixed bug #33389 (double free() when exporting a ReflectionClass). (Marcus)
  942. - Fixed bug #33383 (crash when retrieving empty LOBs). (Tony)
  943. - Fixed bug #33382 (array_reverse() fails after *sort()),  introduced by 
  944.   zend_hash_sort() optimizations in HEAD. (Tony)
  945. - Fixed bug #33340 (CLI Crash when calling php:function from XSLT). (Rob)
  946. - Fixed bug #33326 (Cannot build extensions with phpize on Macosx). (Jani)
  947. - Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8). (Dmitry)
  948. - Fixed bug #33312 (ReflectionParameter methods do not work correctly).
  949.   (Dmitry)
  950. - Fixed bug #33299 (php:function no longer handles returned dom objects). 
  951.   (Rob, Joe Orton)
  952. - Fixed bug #33286 (nested array_walk() calls and user array compare functions
  953.   broken; FCI cache). (Andrei, patch from m.bretz@metropolis-ag.de)
  954. - Fixed bug #33277 (private method accessed by child class). (Dmitry)
  955. - Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in
  956.   length). (Ilia)
  957. - Fixed bug #33257 (array_splice() inconsistent when passed function instead of
  958.   variable). (Dmitry)
  959. - Fixed bug #33243 (ze1_compatibility_mode does not work as expected). (Dmitry)
  960. - Fixed bug #33242 (Mangled error message when stream fails). (Derick)
  961. - Fixed bug #33222 (segfault when CURL handle is closed in a callback). (Tony)
  962. - Fixed bug #33214 (odbc_next_result does not signal SQL errors with 
  963.   2-statement SQL batches). (rich at kastle dot com, Tony)
  964. - Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol 
  965.   'zend_error'). (Dmitry)
  966. - Fixed bug #33210 (relax jpeg recursive loop protection). (Ilia)
  967. - Fixed bug #33201 (Crash when fetching some data types). (Frank)
  968. - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier 
  969.   misbehave). (Jani)
  970. - Fixed bug #33185 (--enable-session=shared does not build). (Jani)
  971. - Fixed bug #33171 (foreach enumerates private fields declared in base 
  972.   classes). (Dmitry)
  973. - Fixed bug #33167 (Possible crash inside pg_fetch_array()). (Ilia)
  974. - Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1). (Ilia)
  975. - Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF).
  976.   (Nuno)
  977. - Fixed bug #33153 (crash in mssql_next result). (Frank)
  978. - Fixed bug #33150 (shtool: insecure temporary file creation). (Jani)
  979. - Fixed bug #33136 (method offsetSet in class extended from ArrayObject crash
  980.   PHP). (Marcus)
  981. - Fixed bug #33125 (imagecopymergegray() produces mosaic rainbow effect). 
  982.   (Pierre)
  983. - Fixed bug #33116 (crash when assigning class name to global variable in 
  984.   __autoload). (Dmitry)
  985. - Fixed bug #33090 (mysqli_prepare() doesn't return an error). (Georg)
  986. - Fixed bug #33076 (str_ireplace() incorrectly counts result string length
  987.   and may cause segfault). (Tony)
  988. - Fixed bug #33072 (Add a safemode/open_basedir check for runtime 
  989.   "session.save_path" change using session_save_path() function). (Rasmus)
  990. - Fixed bug #33070 (Improved performance of bzdecompress() by several orders 
  991.   of magnitude). (Ilia)
  992. - Fixed bug #33059 (crash when moving xml attribute set in dtd). (Ilia)
  993. - Fixed bug #33057 (Don't send extraneous entity-headers on a 304 as per 
  994.   RFC 2616 section 10.3.5) (Rasmus, Choitel)
  995. - Fixed bug #33019 (socket errors cause memory leaks in php_strerror()).
  996.   (jwozniak23 at poczta dot onet dot pl, Tony).
  997. - Fixed bug #33017 ("make distclean" gives an error with VPATH build). (Jani)
  998. - Fixed bug #33013 ("next month" was handled wrong while parsing dates). 
  999.   (Derick)
  1000. - Fixed bug #32993 (implemented Iterator function current() don't throw 
  1001.   exception). (Dmitry)
  1002. - Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54
  1003.   seg fault). (Dmitry)
  1004. - Fixed bug #32956 (mysql_bind_result() doesn't support MYSQL_TYPE_NULL). 
  1005.   (Georg)
  1006. - Fixed bug #32947 (Incorrect option for mysqli default password). (Georg)
  1007. - Fixed bug #32944 (Disabling session.use_cookies doesn't prevent reading 
  1008.   session cookies). (Jani, Tony)
  1009. - Fixed bug #32941 (Sending structured SOAP fault kills a php). (Dmitry)
  1010. - Fixed bug #32937 (open_basedir looses trailing / in the limiter).
  1011.   (Adam Conrad)
  1012. - Fixed bug #32936 (http redirects URLs are not checked for control chars).
  1013.   (Ilia)
  1014. - Fixed bug #32933 (Cannot extend class "SQLiteDatabase"). (Marcus)
  1015. - Fixed bug #32932 (Oracle LDAP: ldap_get_entries(), invalid pointer). (Jani)
  1016. - Fixed bug #32930 (class extending DOMDocument doesn't clone properly). (Rob)
  1017. - Fixed bug #32924 (file included with "auto_prepend_file" can be included 
  1018.   with require_once() or include_once()). (Stas)
  1019. - Fixed bug #32904 (pg_get_notify() ignores result_type parameter). (Tony)
  1020. - Fixed bug #32852 (Crash with singleton and __destruct when 
  1021.   zend.ze1_compatibility_mode = On). (Dmitry)
  1022. - Fixed bug #32833 (Invalid opcode). (Dmitry)
  1023. - Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).
  1024.   (Ilia)
  1025. - Fixed bug #32810 (temporary files not using plain file wrapper). (Ilia)
  1026. - Fixed bug #32809 (Missing T1LIB support on Windows). (Edin)
  1027. - Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
  1028. - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems). (Jani)
  1029. - Fixed bug #32799 (crash: calling the corresponding global var during the 
  1030.   destruct). (Dmitry)
  1031. - Fixed bug #32776 (SOAP doesn't support one-way operations). (Dmitry)
  1032. - Fixed bug #32773 (GMP functions break when second parameter is 0). (Stas)
  1033. - Fixed bug #32759 (incorrect determination of default value (COM)). (Wez)
  1034. - Fixed bug #32758 (Cannot access safearray properties in VB6 objects). (Wez)
  1035. - Fixed bug #32755 (Segfault in replaceChild() when DocumentFragment has no 
  1036.   children). (Rob)
  1037. - Fixed bug #32753 (Undefined constant SQLITE_NOTADB). (Ilia)
  1038. - Fixed bug #32742 (segmentation fault when the stream with a wrapper
  1039.   is not closed). (Tony, Dmitry)
  1040. - Fixed bug #32699 (pg_affected_rows() was defined when it was not available).
  1041.   (Derick)
  1042. - Fixed bug #32686 (Require/include file in destructor causes segfault).
  1043.   (Marcus)
  1044. - Fixed bug #32682 (ext/mssql: Error on module shutdown when called from 
  1045.   activescript). (Frank)
  1046. - Fixed bug #32674 (exception in iterator causes crash). (Dmitry)
  1047. - Fixed bug #32660 (Assignment by reference causes crash when field access is 
  1048.   overloaded (__get)). (Dmitry)
  1049. - Fixed bug #32647 (Using register_shutdown_function() with invalid callback 
  1050.   can crash PHP). (Jani)
  1051. - Fixed bug #32615 (Segfault in replaceChild() using fragment when 
  1052.   previousSibling is NULL). (Rob)
  1053. - Fixed bug #32613 (ext/snmp: use of snmp_shutdown() causes snmpapp.conf 
  1054.   access errors). (Jani, ric at arizona dot edu)
  1055. - Fixed bug #32608 (html_entity_decode() converts single quotes even if 
  1056.   ENT_NOQUOTES is given). (Ilia)
  1057. - Fixed bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct).
  1058.   (Dmitry)
  1059. - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX). (Jani)
  1060. - Fixed bug #32589 (possible crash inside imap_mail_compose() function).
  1061.   (Ilia)
  1062. - Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).
  1063.   (Ilia)
  1064. - Fixed bug #32587 (Apache2: errors sent to error_log do not include 
  1065.   timestamps). (Jani)
  1066. - Fixed bug #32560 (configure looks for incorrect db2 library). (Tony)
  1067. - Fixed bug #32553 (mmap loads only the 1st 2000000 bytes on Win32). (Ilia)
  1068. - Fixed bug #32533 (proc_get_status() returns the incorrect process status).
  1069.   (Ilia)
  1070. - Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
  1071.   longer then the original string). (Ilia)
  1072. - Fixed bug #32491 (File upload error - unable to create a temporary file).
  1073.   (Uwe Schindler)
  1074. - Fixed bug #32455 (wrong setting property to unset value). (Dmitry)
  1075. - Fixed bug #32429 (method_exists() always return TRUE if __call method 
  1076.   exists). (Dmitry)
  1077. - Fixed bug #32428 (The @ warning error suppression operator is broken).
  1078.   (Dmitry)
  1079. - Fixed bug #32427 (Interfaces are not allowed 'static' access modifier).
  1080.   (Dmitry)
  1081. - Fixed bug #32405 (mysqli::fetch() returns bad data - 64bit problem).
  1082.   (Andrey)
  1083. - Fixed bug #32296 (get_class_methods() output has changed between 5.0.2 and 
  1084.   5.0.3). (Dmitry)
  1085. - Fixed bug #32282 (Segfault in mysqli_fetch_array on 64-bit). (Georg)
  1086. - Fixed bug #32245 (xml_parser_free() in a function assigned to the xml 
  1087.   parser gives a segfault). (Rob)
  1088. - Fixed bug #32179 (xmlrpc_encode() segfaults with recursive references).
  1089.   (Tony)
  1090. - Fixed bug #32171 (Userspace stream wrapper crashes PHP). (Tony, Dmitry)
  1091. - Fixed bug #32160 (copying a file into itself leads to data loss). (Ilia)
  1092. - Fixed bug #32139 (SOAP client does not auto-handle base64 encoding). (Ilia)
  1093. - Fixed bug #32109 ($_POST is not populated in multi-threaded environment). 
  1094.   (Moriyoshi)
  1095. - Fixed bug #32080 (segfault when assigning object to itself with 
  1096.   zend.ze1_compatibility_mode=On). (Dmitry)
  1097. - Fixed bug #32021 (Crash caused by range('', 'z')). (Derick)
  1098. - Fixed bug #32013 (ext/mysqli bind_result causes fatal error: memory limit).
  1099.   (Andrey)
  1100. - Fixed bug #32010 (Memory leak in mssql_fetch_batch). (fmk)
  1101. - Fixed bug #32009 (crash when mssql_bind() is called more than once). (Frank)
  1102. - Fixed bug #31971 (ftp_login fails on some SSL servers).
  1103.   (frantisek at augusztin dot com)
  1104. - Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct HTTP 
  1105.   response message). (Jani)
  1106. - Fixed bug #31828 (Crash with zend.ze1_compatibility_mode=On). (Dmitry)
  1107. - Fixed bug #31668 (multi_query works exactly every other time - multi query 
  1108.   d/e flag global and not per connection). (Andrey)
  1109. - Fixed bug #31636 (another crash when echoing a COM object). (Wez)
  1110. - Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance
  1111.   mode). (mike at php dot net)
  1112. - Fixed bug #31525 (object reference being dropped. $this getting lost).
  1113.  (Stas, Dmitry)
  1114. - Fixed bug #31502 (Wrong deserialization from session when using WDDX 
  1115.   serializer). (Dmitry) 
  1116. - Fixed bug #31478 (segfault with empty() / isset()). (Moriyoshi)
  1117. - Fixed bug #31465 (False warning in unpack() when working with *). (Ilia)
  1118. - Fixed bug #31363 (broken non-blocking flock()). (ian at snork dot net)
  1119. - Fixed bug #31358 (Older GCC versions do not provide portable va_copy()).
  1120.   (Jani)
  1121. - Fixed bug #31341 (escape on curly inconsistent). (Dmitry)
  1122. - Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle 
  1123.   -pthread). (Jani)
  1124. - Fixed bug #31213 (Side effects caused by fix of bug #29493). (Dmitry)
  1125. - Fixed bug #31177 (memory leaks and corruption because of incorrect 
  1126.   refcounting). (Dmitry)
  1127. - Fixed bug #31158 (array_splice on $GLOBALS crashes). (Dmitry)
  1128. - Fixed bug #31054 (safe_mode & open_basedir checks only check first  
  1129.   include_path value). (Ilia)
  1130. - Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP).
  1131.   (Rob)
  1132. - Fixed bug #30961 (Wrong line number in ReflectionClass getStartLine()).
  1133.   (Dmitry)
  1134. - Fixed bug #30889 (Conflict between __get/__set and ++ operator). (Dmitry)
  1135. - Fixed bug #30833 (array_count_values() modifying input array). (Tony)
  1136. - Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden 
  1137.   methods). (Dmitry)
  1138. - Fixed bug #30820 (static member conflict with $this->member silently 
  1139.   ignored). (Dmitry)
  1140. - Fixed bug #30819 (Better support for LDAP SASL bind). (Jani)
  1141. - Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call 
  1142.   __call if object is overloaded). (Dmitry)
  1143. - Fixed bug #30707 (Segmentation fault on exception in method). 
  1144.   (Stas, Dmitry)
  1145. - Fixed bug #30702 (cannot initialize class variable from class constant). 
  1146.   (Dmitry)
  1147. - Fixed bug #30578 (Output buffers flushed before calling __destruct() 
  1148.   functions). (Jani)
  1149. - Fixed bug #30519 (Interface not existing says Class not found). (Dmitry)
  1150. - Fixed bug #30407 (Strange behavior of default arguments). (Dmitry)
  1151. - Fixed bug #30394 (Assignment operators yield wrong result with __get/__set).
  1152.   (Dmitry)
  1153. - Fixed bug #30332 (zend.ze1_compatibility_mode isn't fully compatible with 
  1154.   array_push()). (Dmitry)
  1155. - Fixed bug #30162 (Catching exception in constructor causes lose of 
  1156.   $this). (Dmitry)
  1157. - Fixed bug #30140 (Problem with array in static properties). (Dmitry)
  1158. - Fixed bug #30126 (Enhancement for error message for abstract classes).
  1159.   (Marcus)
  1160. - Fixed bug #30096 (gmmktime does not return the current time). (Derick)
  1161. - Fixed bug #30080 (Passing array or non array of objects). (Dmitry)
  1162. - Fixed bug #30052 (Crash on shutdown after odbc_pconnect()). (Edin)
  1163. - Fixed bug #29983 (PHP does not explicitly set mime type & charset). (Ilia)
  1164. - Fixed bug #29975 (memory leaks when set_error_handler() is used inside error
  1165.   handler). (Tony)
  1166. - Fixed bug #29971 (variables_order behavior). (Dmitry)
  1167. - Fixed bug #29944 (Function defined in switch, crashes). (Dmitry)
  1168. - Fixed bug #29896 (Backtrace argument list out of sync). (Dmitry)
  1169. - Fixed bug #29728 (Reflection API Feature: Default parameter value). (Marcus)
  1170. - Fixed bug #29689 (default value of protected member overrides default value
  1171.   of private and other private variable problems in inherited classes). (Stas)
  1172. - Fixed bug #29683 (headers_list() returns empty array). (Tony)
  1173. - Fixed bug #29583 (crash when echoing a COM object). (M.Sisolak, Wez)
  1174. - Fixed bug #29522 (accessing properties without connection). (Georg)
  1175. - Fixed bug #29361 (var_export() producing invalid code). (Derick)
  1176. - Fixed bug #29338 (unencoded spaces get ignored after certain tags). (Ilia)
  1177. - Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default). (Georg)
  1178. - Fixed bug #29334 (win32 mail() provides incorrect Date: header). (Jani)
  1179. - Fixed bug #29311 (calling parent constructor in mysqli). (Georg)
  1180. - Fixed bug #29268 (__autoload() not called with Reflection->getClass()).
  1181.   (Dmitry)
  1182. - Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 
  1183.   bytes). (Dmitry, Wez)
  1184. - Fixed bug #29253 (array_diff with $GLOBALS argument fails). (Dmitry)
  1185. - Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry)
  1186. - Fixed bug #29210 (Function: is_callable - no support for private and 
  1187.   protected classes). (Dmitry)
  1188. - Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry)
  1189. - Fixed bug #29104 (Function declaration in method doesn't work). (Dmitry)
  1190. - Fixed bug #29061 (soap extension segfaults). (Dmitry)
  1191. - Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric
  1192.   mem vars and others). (Dmitry)
  1193. - Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry)
  1194. - Fixed bug #28969 (Wrong data encoding of special characters). (Dmitry)
  1195. - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
  1196.   (kameshj at fastmail dot fm)
  1197. - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs). (Jani)
  1198. - Fixed bug #28568 (SAPI::known_post_content_types is not thread safe).
  1199.   (Moriyoshi)
  1200. - Fixed bug #28377 (debug_backtrace is intermittently passing args). (Dmitry)
  1201. - Fixed bug #28355 (glob wont error if dir is not readable). (Hartmut)
  1202. - Fixed bug #28072 (static array with some constant keys will be incorrectly 
  1203.   ordered). (Dmitry)
  1204. - Fixed bug #27908 (xml default_handlers not being called). (Rob)
  1205. - Fixed bug #27598 (list() array key assignment causes HUGE memory leak).
  1206.   (Dmitry)
  1207. - Fixed bug #27268 (Bad references accentuated by clone). (Dmitry)
  1208. - Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when
  1209.   called via STDIN). (Dmitry)
  1210. - Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may 
  1211.   result in seg fault). (Dmitry)
  1212. - Fixed bug #25359 (array_multisort() doesn't work in a function if array is 
  1213.   global or reference). (Dmitry)
  1214. - Fixed bug #22836 (returning reference to uninitialized variable). (Dmitry)
  1215. - Fixed bug #21306 (ext/sesssion: catch bailouts of write handler during 
  1216.   RSHUTDOWN). (Jani, Xuefer at 21cn dot com)
  1217. - Fixed bug #15854 (boolean ini options may be incorrectly displayed as Off 
  1218.   when they are On). (Tony)
  1219. - Fixed bugs #14561, #20382, #26090, #26320, #28024, #30532, #32086, #32270,
  1220.   #32555, #32588, #33056 (strtotime() related bugs). (Derick)
  1221.  
  1222. 31 Mar 2005, PHP 5.0.4
  1223. - Added SNMPv2 support. (harrie)
  1224. - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
  1225. - Added length and charsetnr for field array and object in mysqli. (Georg)
  1226. - Added checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem()
  1227.   and gmp_fact() to prevent SIGFPE. (Tony)
  1228. - Changed foreach() to throw an exception if IteratorAggregate::getIterator()
  1229.   does not return an Iterator. (Marcus)
  1230. - Changed phpize not to require libtool. (Jani)
  1231. - Updated bundled oniguruma library (used for multibyte regular expression)
  1232.   to 3.7.0. (Moriyoshi)
  1233. - Updated bundled libmbfl library (used for multibyte functions). (Moriyoshi)
  1234.   Fixed bugs:
  1235.   . Bug #32311 (mb_encode_mimeheader() does not properly escape characters)
  1236.   . Bug #32063 (mb_convert_encoding ignores named entity 'alpha')
  1237.   . Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes)
  1238.   . bug #30573 (compiler warnings in libmbfl due to invalid type cast)
  1239.   . Bug #30549 (incorrect character translations for some ISO8859 charsets).
  1240. - Fixed bug preventing from building oci8 as shared. 
  1241.   (stanislav dot voroniy at portavita dot nl, Tony)
  1242. - Fixed a bug in mysql_affected_rows and mysql_stmt_affected_rows when the
  1243.   api function returns -1 (Georg)
  1244. - Fixed several leaks in ext/browscap and sapi/embed. (Andrei)
  1245. - Fixed several leaks in ext/filepro. (Tony)
  1246. - Fixed build system to always use bundled libtool files. (Jani)
  1247. - Fixed a bug in mysqli_stmt_execute() (type conversion with NULL values).
  1248.   (Georg)
  1249. - Fixed segfault in mysqli_fetch_field_direct() when invalid field offset 
  1250.   is passed. (Tony)
  1251. - Fixed posix_getsid() & posix_getpgid() to return sid & pgid instead 
  1252.   of true. (Tony)   
  1253. - Fixed bug #32394 (offsetUnset() segfaults in a foreach). (Marcus)
  1254. - Fixed bug #32373 (segfault in bzopen() if supplied path to non-existent 
  1255.   file). (Tony)
  1256. - Fixed bug #32326 (Check values of Connection/Transfer-Encoding 
  1257.   case-incentively in SOAP extension). (Ilia)
  1258. - Fixed bug #32290 (call_user_func_array() calls wrong class method within 
  1259.   child class). (Marcus)
  1260. - Fixed bug #32238 (spl_array.c: void function cannot return value). (Johannes)
  1261. - Fixed bug #32210 (proc_get_status() sets "running" always to true). (Ilia)
  1262. - Fixed bug #32200 (Prevent using both --with-apxs2 and --with-apxs2filter).
  1263.   (Jani)
  1264. - Fixed bug #32134 (Overloading offsetGet/offsetSet). (Marcus)
  1265. - Fixed bug #32130 (ArrayIterator::seek() does not throw an Exception on 
  1266.   invalid index). (Marcus)
  1267. - Fixed bug #32115 (dateTime SOAP encoding of timezone incorrect). (Dmitry)
  1268. - Fixed bug #32081 (in mysqli default socket value is not being used). (Ilia)
  1269. - Fixed bug #32021 (Crash caused by range('', 'z')). (Derick)
  1270. - Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable).
  1271.   (Rob)
  1272. - Fixed bug #32001 (xml_parse_into_struct() function exceeds maximum 
  1273.   execution time). (Rob, Moriyoshi)
  1274. - Fixed bug #31980 (Unicode exif data not available on Windows). (Edin)
  1275. - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
  1276.   with NULL values). (Daniel Convissor)
  1277. - Fixed bug #31878 (Segmentation fault using clone keyword on nodes). (Rob)
  1278. - Fixed bug #31858 (--disable-cli does not force --without-pear). (Jani)
  1279. - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
  1280.   (Jani)
  1281. - Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with
  1282.   multiple parts). (Dmitry)
  1283. - Fixed bug #31797 (exif_read_data() uses too low nesting limit). (Ilia)
  1284. - Fixed bug #31796 (readline completion handler does not handle empty return
  1285.   values). (Ilia)
  1286. - Fixed bug #31792 (getrusage() does not provide ru_nswap value). (Ilia)
  1287. - Fixed bug #31755 (Cannot create SOAP header in no namespace). (Dmitry)
  1288. - Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)
  1289. - Fixed bug #31751 (pg_parameter_status() missing on Windows). (Edin)
  1290. - Fixed bug #31747 (SOAP Digest Authentication doesn't work with 
  1291.   "HTTP/1.1 100 Continue" response). (Dmitry)
  1292. - Fixed bug #31732 (mb_get_info() causes segfault when no parameters 
  1293.   specified). (Tony)
  1294. - Fixed bug #31710 (Wrong return values for mysqli_autocommit/commit/rollback).
  1295.   (Georg)
  1296. - Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar). (Ilia)
  1297. - Fixed bug #31695 (Cannot redefine endpoint when using WSDL). (Dmitry)
  1298. - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings).
  1299.   (elod at itfais dot com)
  1300. - Fixed bug #31683 (changes to $name in __get($name) override future 
  1301.   parameters). (Dmitry)
  1302. - Fixed bug #31699 (unserialize() float problem on non-English locales). (Ilia)
  1303. - Fixed bug #31562 (__autoload() problem with static variables). (Marcus)
  1304. - Fixed bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays).
  1305.   (Marcus)
  1306. - Fixed bug #31623 (OCILogin does not support password grace period).
  1307.   (daniel dot beet at accuratesoftware dot com, Tony)
  1308. - Fixed bug #31527 (crash in msg_send() when non-string is stored without
  1309.   being serialized). (Ilia)
  1310. - Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). (Ilia)
  1311. - Fixed bug #31514 (open_basedir uses path_translated rather then cwd for .
  1312.   translation). (Ilia)
  1313. - Fixed bug #31480 (Possible infinite loop in imap_mail_compose()). (Ilia)
  1314. - Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen). (Ilia)
  1315. - Fixed bug #31454 (session_set_save_handler crashes PHP when supplied 
  1316.   non-existent object ref). (Tony)
  1317. - Fixed bug #31444 (Memory leak in zend_language_scanner.c).
  1318.   (hexer at studentcenter dot org)
  1319. - Fixed bug #31442 (unserialize broken on 64-bit systems). (Marcus)
  1320. - Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals
  1321.   is enabled). (Ilia)
  1322. - Fixed bug #31422 (No Error-Logging on SoapServer-Side). (Dmitry)
  1323. - Fixed bug #31413 (curl POSTFIELDS crashes on 64-bit platforms). (Joe)
  1324. - Fixed bug #31396 (compile fails with gd 2.0.33 without freetype). (Jani)
  1325. - Fixed bug #31371 (highlight_file() trims new line after heredoc). (Ilia)
  1326. - Fixed bug #31361 (simplexml/domxml segfault when adding node twice). (Rob)
  1327. - Fixed bug #31348 (CachingIterator::rewind() leaks). (Marcus)
  1328. - Fixed bug #31346 (ArrayIterator::next segfaults). (Marcus)
  1329. - Fixed bug #31190 (Unexpected warning then exception is thrown from 
  1330.   call_user_func_array()). (phpbugs at domain51 dot net, Dmitry)
  1331. - Fixed bug #31142 (imap_mail_compose() fails to generate correct output). (Ilia)
  1332. - Fixed bug #31139 (XML Parser Functions seem to drop & when parsing). (Rob)
  1333. - Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' get cutoff).
  1334.   (Ilia)
  1335. - Fixed bug #31288 (Possible crash in mysql_fetch_field(), if mysql_list_fields() 
  1336.   was not called previously). (Ilia)
  1337. - Fixed bug #31107, #31110, #31111, #31249 (Compile failure of zend_strtod.c).
  1338.   (Jani)
  1339. - Fixed bug #31110 (PHP 4.3.10 does not compile on Tru64 UNIX 5.1B). (Derick)
  1340. - Fixed bug #31107 (Compile failure on Solaris 9 (Intel) and gcc 3.4.3). (Derick)
  1341. - Fixed bug #31103 (Better error message when c-client cannot be found). (Ilia)
  1342. - Fixed bug #31101 (missing kerberos header file path with --with-openssl). (Jani)
  1343. - Fixed bug #31098 (isset() / empty() incorrectly return true in dereference of
  1344.   a string type). (Moriyoshi)
  1345. - Fixed bug #31087 (broken php_url_encode_hash macro). (Ilia)
  1346. - Fixed bug #31072 (var_export() does not output an array element with an empty
  1347.   string key). (Derick)
  1348. - Fixed bug #31060 (imageftbbox() does not use linespacing parameter). (Jani)
  1349. - Fixed bug #31056 (php_std_date() returns invalid formatted date if 
  1350.   y2k_compliance is On). (Ilia)
  1351. - Fixed bug #31055 (apache2filter: per request leak proportional to the full
  1352.   path of the request URI). (kameshj at fastmail dot fm)
  1353. - Fixed bug #30901 (can't send cookies with soap envelop). (Dmitry)
  1354. - Fixed bug #30871 (Misleading warning message for array_combine()). (Andrey)
  1355. - Fixed bug #30868 (evaluated pointer comparison in mbregex causes compile
  1356.   failure). (Moriyoshi)
  1357. - Fixed bug #30862 (Static array with boolean indexes). (Marcus)
  1358. - Fixed bug #30726 (-.1 like numbers are not being handled correctly). (Ilia)
  1359. - Fixed bug #30725 (PHP segfaults when an exception is thrown in getIterator() 
  1360.   within foreach). (Marcus)
  1361. - Fixed bug #30609 (cURL functions bypass open_basedir). (Jani)
  1362. - Fixed bug #30446 (apache2handler: virtual() includes files out of sequence)
  1363. - Fixed bug #30430 (odbc_next_result() doesn't bind values and that results 
  1364.   in segfault). (pdan-php at esync dot org, Tony)
  1365. - Fixed bug #30266 (Invalid opcode 137/1/8). (Marcus)
  1366. - Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many
  1367.   parameters). (Jani)
  1368. - Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught
  1369.   SoapFault exception). (Dmitry)
  1370. - Fixed bug #29989 (type re_registers redefined in oniguruma.h). (Moriyoshi)
  1371. - Fixed bug #28803 (enabled debug causes bailout errors with CLI on AIX 
  1372.   because of fflush() called on already closed filedescriptor). (Tony)
  1373. - Fixed bug #29767 (Weird behaviour of __set($name, $value)). (Dmitry)
  1374. - Fixed bug #29733 (printf() handles repeated placeholders wrong).
  1375.   (bugs dot php dot net at bluetwanger dot de, Ilia)
  1376. - Fixed bug #29424 (width and height inverted for JPEG2000 files). (Ilia)
  1377. - Fixed bug #29329 (configure for mysqli with shared doesn't work). (Georg)
  1378. - Fixed bug #29136 (make test - libtool failure on MacOSX). (Jani)
  1379. - Fixed bug #28976 (mail(): use "From:" from headers if sendmail_from is empty).
  1380.   (Jani)
  1381. - Fixed bug #28930 (PHP sources pick wrong header files generated by bison).
  1382.   (eggert at gnu dot org, Jani)
  1383. - Fixed bug #28840 (__destruct of a class that extends mysqli not called).
  1384.   (Marcus)
  1385. - Fixed bug #28804 (ini-file section parsing pattern is buggy).
  1386.   (wendland at scan-plus dot de)
  1387. - Fixed bug #28451 (corrupt EXIF headers have unlimited recursive IFD directory
  1388.   entries). (Andrei)
  1389. - Fixed bug #28444 (Cannot access undefined property for object with overloaded
  1390.   property access). (Dmitry)
  1391. - Fixed bug #28442 (Changing a static variables in a class changes it across 
  1392.   sub/super classes.) (Marcus)
  1393. - Fixed bug #28324 (HTTP_SESSION_VARS appear when register_long_arrays is 
  1394.   Off). (Tony)
  1395. - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).
  1396.   (chris at ex-parrot dot com)
  1397. - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). (Derick,
  1398.   Benjamin Greiner)
  1399. - Fixed bug #28041 (SOAP HTTP Digest Access Authentication). (Dmitry)
  1400. - Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32). (Ilia)
  1401. - Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly).
  1402.   (Jani)
  1403.  
  1404. 15 Dec 2004, PHP 5.0.3
  1405. - Added the %F modifier to *printf to render a non-locale-aware representation
  1406.   of a float with the . as decimal seperator. (Derick)
  1407. - Fixed error handling in mysqli_multi_query. (Georg)
  1408. - Extended the functionality of is_subclass_of() to accept either a class name
  1409.   or an object as first parameter. (Andrey) 
  1410. - Fixed potential problems with unserializing invalid serialize data. (Marcus)
  1411. - Fixed bug #32076 (ReflectionMethod::isDestructor() always return true). 
  1412.   (Derick, Tony)
  1413. - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
  1414. - Fixed bug #30995 (snmp extension does not build with net-snmp 5.2). (Ilia)
  1415. - Fixed bug #30994 (SOAP server unable to handle request with references).
  1416.   (Dmitry)
  1417. - Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag). (Ilia)
  1418. - Fixed bug #30967 (properties in extended mysqli classes don't work). (Georg)
  1419. - Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or
  1420.   protected properties). (Dmitry)
  1421. - Fixed bug #30922 (reflective functions crash PHP when interfaces extend
  1422.   themselves). (Tony, Dmitry)
  1423. - Fixed bug #30904 (segfault when recording soapclient into session). (Tony,
  1424.   Dmitry)
  1425. - Fixed bug #30890 (MySQLi testsuite)
  1426. - Fixed bug #30856 (ReflectionClass::getStaticProperties segfaults). (Marcus)
  1427. - Fixed bug #30832 ("!" stripped off comments in xml parser). (Rob)
  1428. - Fixed bug #30799 (SoapServer doesn't handle private or protected properties).
  1429.   (Dmitry)
  1430. - Fixed bug #30783 (Apache crash when using ReflectionFunction::
  1431.   getStaticVariables()). (Marcus)
  1432. - Fixed bug #30750 (Meaningful error message when upload directory is not 
  1433.   accessible). (Ilia)
  1434. - Fixed bug #30685 (Malformed SOAPClient http header reequest). (Dmitry)
  1435. - Fixed bug #30672 (Problem handling exif data in jpeg images at unusual 
  1436.   places). (Marcus)
  1437. - Fixed bug #30658 (Ensure that temporary files created by GD are removed).
  1438.   (Ilia)
  1439. - Fixed bug #30645 (def. multi result set support for mysql_connect). (Georg)
  1440. - Fixed bug #30637 (compile with pear error). (Antony)
  1441. - Fixed bug #30587 (array_multisort doesn't separate zvals before 
  1442.   changing them). (Tony)
  1443. - Fixed bug #30572 (crash when comparing SimpleXML attribute to a boolean).
  1444.   (Andi)
  1445. - Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing).
  1446.   (Rob)
  1447. - Fixed bug #30490 (PEAR installation fails). (Antony)
  1448. - Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia)
  1449. - Fixed bug #30442 (segfault when parsing ?getvariable[][ ). (Tony)
  1450. - Fixed bug #30388 (rename across filesystems loses ownership and 
  1451.   permission info). (Tony)
  1452. - Fixed bug #30387 (stream_socket_client async connect was broken).
  1453.   (vnegrier at esds dot com, Wez).
  1454. - Fixed bug #30381 (Strange results with get_class_vars()). (Marcus)
  1455. - Fixed bug #30375 (cal_info() does not work without a parameter). (Ilia)
  1456. - Fixed bug #30362 (stream_get_line() not handling end string correctly).
  1457.   (Ilia)
  1458. - Fixed bug #30359 (SOAP client requests have no port in "Host" field).
  1459.   (Dmitry)
  1460. - Fixed bug #30356 (str_ireplace() does not work on all strings). (Ilia)
  1461. - Fixed bug #30344 (Reflection::getModifierNames() returns too long strings).
  1462.   (Marcus)
  1463. - Fixed bug #30329 (Error Fetching http body, No Content-Length, connection
  1464.   closed or chunked data). (Dmitry)
  1465. - Fixed bug #30282 (segfault when using unknown/unsupported 
  1466.   session.save_handler and/or session.serialize_handler). (Tony)
  1467. - Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
  1468.   (Ilia)
  1469. - Fixed bug #30276 (Possible crash in ctype_digit on large numbers). (Ilia)
  1470. - Fixed bug #30230 (exception handler not working with objects). (Marcus)
  1471. - Fixed bug #30224 (Sybase date strings are sometimes not null terminated).
  1472.   (Ilia)
  1473. - Fixed bug #30175 (SOAP results aren't parsed correctly). (Dmitry)
  1474. - Fixed bug #30147 (OO sqlite_fetch_object did not reset error handler). (Wez)
  1475. - Fixed bug #30133 (get_current_user() crashes on Windows). (Edin)
  1476. - Fixed bug #30061 (xml_set_start_namespace_decl_handler not called). (Rob)
  1477. - Fixed bug #30057 (did not detect IPV6 on FreeBSD 4.1). (Wez)
  1478. - Fixed bug #30042 (strtotime does not use second param). (Derick)
  1479. - Fixed bug #30027 (Possible crash inside ftp_get()).
  1480.   (cfield at affinitysolutions dot com)
  1481. - Fixed bug #29954 (array_reduce segfaults when initial value is array). (Tony)
  1482. - Fixed bug #29883 (isset gives invalid values on strings). (Tony, Dmitry)
  1483. - Fixed bug #29801 (Set limit on the size of mmapable data). (Ilia)
  1484. - Fixed bug #29557 (strtotime error). (Derick)
  1485. - Fixed bug #29418 (double free when openssl_csr_new fails).
  1486.   (Kamesh Jayachandran).
  1487. - Fixed bug #29385 (Soapserver always uses std class). (David, Dmitry)
  1488. - Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
  1489. - Fixed bug #28817 (Var problem when extending domDocument). (Georg)
  1490. - Fixed bug #28599 (strtotime fails with zero base time). (Derick)
  1491. - Fixed bug #28598 (Lost support for MS Symbol fonts). (Pierre)
  1492. - Fixed bug #28220 (mb_strwidth() returns wrong width values for some hangul
  1493.   characters). (Moriyoshi)
  1494. - Fixed bug #28228 (NULL decimal separator is not being handled correctly).
  1495.   (Ilia)
  1496. - Fixed bug #28209 (strtotime("now")). (Derick)
  1497. - Fixed bug #27798 (private / protected variables not exposed by 
  1498.   get_object_vars() inside class). (Marcus)
  1499. - Fixed bug #27728 (Can't return within a zend_try {} block or the previous
  1500.   bailout state isn't restored. (Andi)
  1501. - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write). 
  1502.   (Christian)
  1503.  
  1504. 23 Sep 2004, PHP 5.0.2
  1505. - Added new boolean (fourth) parameter to array_slice() that turns on the
  1506.   preservation of keys in the returned array. (Derick)
  1507. - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
  1508.   them sort based on the current locale. (Derick)
  1509. - Added interface_exists() and make class_exists() only return true for real
  1510.   classes. (Andrey)
  1511. - Added PHP_EOL constant that contains the OS way of representing newlines.
  1512.   (Paul Hudson, Derick)
  1513. - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory
  1514.   exhaustion. (Andrei)
  1515. - Renamed SoapClient->__call() to SoapClinet->__soapCall(). (Dmitry)
  1516. - Fixed bug with raw_post_data not getting set (Brian)
  1517. - Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
  1518. - Fixed bug #30209 (ReflectionClass::getMethod() lowercases attribute). 
  1519.   (Marcus)
  1520. - Fixed bug #30182 (SOAP module processing WSDL file dumps core). (Dmitry)
  1521. - Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests).
  1522.   (Dmitry)
  1523. - Fixed bug #29985 (unserialize()/ __PHP_Incomplete_class does not report 
  1524.   correctly class name). (Marcus, Tony)
  1525. - Fixed bug #29945 (simplexml_load_file URL limitation 255 char). (Rob)
  1526. - Fixed bug #29873 (No defines around pcntl_*priority definitions). (Derick)
  1527. - Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
  1528.   (Dmitry)
  1529. - Fixed bug #29842 (soapclient return null value). (Dmitry)
  1530. - Fixed bug #29839 (incorrect convert (xml:lang to lang)). (Dmitry)
  1531. - Fixed bug #29830 (SoapServer::setClass() should not export non-public
  1532.   methods). (Dmitry)
  1533. - Fixed bug #29828 (Interfaces no longer work). (Marcus)
  1534. - Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on invalid
  1535.   data). (Ilia)
  1536. - Fixed bug #29808 (array_count_values() breaks with numeric strings). (Ilia)
  1537. - Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
  1538. - Fixed bug #29795 (SegFault with Soap and Amazon's Web Services). (Dmitry)
  1539. - Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE
  1540.   on error). (Tony)
  1541. - Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
  1542. - Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not
  1543.   have trailing slash). (Ilia)
  1544. - Fixed bug #29657 (xml_* functions throw non descriptive error). 
  1545.   (Christian, Rob)
  1546. - Fixed bug #29656 (segfault on result and statement properties). (Georg)
  1547. - Fixed bug #29566 (foreach/string handling strangeness (crash)). (Dmitry)
  1548. - Fixed bug #29447 (Reflection API issues). (Marcus)
  1549. - Fixed bug #29296 (Added sslv2 and sslv3 transports). (Wez)
  1550. - Fixed bug #29283 (Invalid statement handle in mysqli on execute). (Georg)
  1551. - Fixed bug #29913 (parse_url() is now binary safe). (Ilia)
  1552. - Fixed bug #27994 (segfault with Soapserver when WSDL-Cache is enabled).
  1553.   (Dmitry)
  1554. - Fixed bug #27791 (Apache 2.0 SAPI build against Apache 2 HEAD). (Joe Orton,
  1555.   Derick)
  1556. - Fixed bug #26737 (private/protected properties not serialized when user
  1557.   declared method __sleep() exists). E_NOTICE thrown when __sleep() returns
  1558.   name of non-existing member. (Andrey, Curt)
  1559.  
  1560. 12 Aug 2004, PHP 5.0.1
  1561. - Changed destructor mechanism so that destructors are called prior to request
  1562.   shutdown. (Marcus)
  1563. - Rewritten UNIX and Windows install help files. (Documentation Team)
  1564. - Updated several libraries bundled with the windows release which now 
  1565.   includes libxml2-2.6.11, libxslt-1.1.7 and iconv-1.9.1. (Rob, Edin)
  1566. - Improved and moved ActiveScript SAPI to PECL.  (Wez)
  1567. - Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then
  1568.   returning the value). (Ilia)
  1569. - Fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined) (Georg)
  1570. - Fixed bug #29573 (Segmentation fault, when exception thrown within
  1571.   PHP function called from XSLT). (Christian)
  1572. - Fixed bug #29522 (accessing properties without connection) (Georg)
  1573. - Fixed bug #29505 (get_class_vars() severely broken when used with arrays).
  1574.   (Marcus)
  1575. - Fixed bug #29490 (.Net object instantiation failed). (Michael Sisolak).
  1576. - Fixed bug #29474 (win32: usleep() doesn't work). (Wez)
  1577. - Fixed bug #29449 (win32: feof() hangs on empty tcp stream). (Wez)
  1578. - Fixed bug #29437 (Possible crash inside array_walk_recursive()). (Ilia)
  1579. - Fixed bug #29431 (crash when parsing invalid address; invalid address
  1580.   returned by stream_socket_recvfrom(), stream_socket_getname()). (Wez)
  1581. - Fixed bug #29409 (Segfault in PHP functions called from XSLT). (Rob)
  1582. - Fixed unloading of dynamically loaded extensions. 
  1583.   (Marcus, kameshj at fastmail dot fm)
  1584. - Fixed bug #29395 (sqlite_escape_string() returns bogus data on empty
  1585.   strings). (Ilia, Tony)
  1586. - Fixed bug #29392 (com_dotnet crashes when echo'ing an object). (Wez)
  1587. - Fixed bug #29368 (The destructor is called when an exception is thrown from 
  1588.   the constructor). (Marcus)
  1589. - Fixed bug #29354 (Exception constructor marked as both public and protected).
  1590.   (Marcus)
  1591. - Fixed bug #29342 (strtotime() does not handle empty date string properly).
  1592.   (Ilia)
  1593. - Fixed bug #29340 (win32 build produces invalid php_ifx.dll). (Edin)
  1594. - Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default) (Georg)
  1595. - Fixed bug #29291 (get_class_vars() return names with NULLs). (Marcus)
  1596. - Fixed bug #29264 (gettext extension not working). (Edin)
  1597. - Fixed bug #29258 (variant_date_from_timestamp() does not honour
  1598.   timezone).  (Wez)
  1599. - Fixed bug #29256 (error when sending large packets on a socket). (Dmitry)
  1600. - Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry)
  1601. - Fixed bug #29147 (Compile Error in mnoGoSearch functions). (Sergey, Antony)
  1602. - Fixed bug #29132 ($_SERVER["PHP_AUTH_USER"] isn't defined). (Stefan)
  1603. - Fixed bug #29119 (html_entity_decode() misbehaves with UTF-8). (Moriyoshi)
  1604. - Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry)
  1605. - Fixed bug #29061 (soap extension segfaults). (Dmitry)
  1606. - Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry)
  1607. - Fixed bug #28969 (Wrong data encoding of special characters). (Dmitry)
  1608. - Fixed bug #28895 (ReflectionClass::isAbstract always returns false). (Marcus)
  1609. - Fixed bug #28829 (Thread-unsafety in bcmath elementary values). (Sara)
  1610. - Fixed bug #28464 (catch() does not catch exceptions by interfaces). (Marcus)
  1611. - Fixed bug #27669 (PHP 5 didn't support all possibilities for calling static
  1612.   methods dynamically). (Dmitry)
  1613. - Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to
  1614.   raise an ReflectionException instead of returning NULL on failure.
  1615.   (Sebastian)
  1616. - Fixed convert.* filters to consume remaining buckets_in on flush. (Sara)
  1617. - Fixed bug in mysqli->client_version. (Georg)
  1618.  
  1619. 13 Jul 2004, PHP 5.0.0
  1620. - Updated PCRE to provide better error handling in certain cases. (Andrei)
  1621. - Changed doc comments to require a single white space after '/**'. (Marcus)
  1622. - Fixed bug #29019 (Database not closing). (Marcus)
  1623. - Fixed bug #29008 (array_combine() does not handle non-numeric/string keys).
  1624.   (Ilia)
  1625. - Fixed bug #28999 (fixed behaviour of exec() to work as it did in 4.X). (Ilia)
  1626. - Fixed bug #28868 (Internal filter registry not thread safe). (Sara)
  1627. - Fixed bug #28851 (call_user_func_array has typo in error message). (Marcus)
  1628. - Fixed bug #28831 (ArrayObject::offsetGet() does the work of offsetUnset()). 
  1629.   (Marcus)
  1630. - Fixed bug #28822 (ArrayObject::offsetExists() works inverted). (Marcus)
  1631. - Fixed bug #28789 (ReflectionProperty getValue() fails on public static 
  1632.   members). (Marcus)
  1633. - Fixed bug #28771 (Segfault when using xslt and clone). (Rob)
  1634. - Fixed bug #28751 (SoapServer does not call _autoload()). (Dmitry)
  1635. - Fixed bug #28739 (array_*diff() and array_*intersect() not clearing the fci
  1636.   cache before work). (Andrey)
  1637. - Fixed bug #28721 (appendChild() and insertBefore() unset DOMText).(Rob)
  1638. - Fixed bug #28702 (SOAP does not parse WSDL service address correctly). (Dmitry)
  1639. - Fixed bug #28699 (Reflection api bugs). (Marcus)
  1640. - Fixed bug #28694 (ReflectionExtension::getFunctions() crashes PHP). (Marcus)
  1641. - Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank)
  1642. - Fixed strip_tags() to correctly handle '\0' characters. (Stefan)
  1643.  
  1644.